Session.IsRunning Property

Definition

Gets a value indicating whether this session is running.

[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public bool IsRunning { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.IsRunning : bool
Public ReadOnly Property IsRunning As Boolean

Property Value

true if this session is running; otherwise, false.

Attributes

Applies to