BaseXEStore.RunningSessionCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the running session count.
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public int RunningSessionCount { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.RunningSessionCount : int
Public ReadOnly Property RunningSessionCount As Integer
Property Value
The running session count.
- Attributes