XEStore.RunningSessionCount 속성

Gets the running session count.

네임스페이스:  Microsoft.SqlServer.Management.XEvent
어셈블리:  Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)

구문

‘선언
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property RunningSessionCount As Integer 
    Get
‘사용 방법
Dim instance As XEStore 
Dim value As Integer 

value = instance.RunningSessionCount
[SfcPropertyAttribute(Data = true)]
public int RunningSessionCount { get; }
[SfcPropertyAttribute(Data = true)]
public:
property int RunningSessionCount {
    int get ();
}
[<SfcPropertyAttribute(Data = true)>]
member RunningSessionCount : int
function get RunningSessionCount () : int

속성 값

유형: System.Int32
An integer value that specifies the running session count.

참고 항목

참조

XEStore 클래스

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