Compartir a través de


XEStore.RunningSessionCount Propiedad

Gets the running session count.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property RunningSessionCount As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

XEStore Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent