Share via


Session.StartTime 속성

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.

참고 항목

참조

Session 클래스

Microsoft.SqlServer.Management.XEvent 네임스페이스