Gets the start time.
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property StartTime As DateTime
Get
用法
Dim instance As Session
Dim value As DateTime
value = instance.StartTime
[SfcPropertyAttribute(Data = true)]
public DateTime StartTime { get; }
[SfcPropertyAttribute(Data = true)]
public:
property DateTime StartTime {
DateTime get ();
}
[<SfcPropertyAttribute(Data = true)>]
member StartTime : DateTime
function get StartTime () : DateTime
属性值
类型:System.DateTime
A DateTime object that contains the start time.