Partager via


Propriété Session.IsRunning

Gets a value indicating whether this session is running.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public Property IsRunning As Boolean 
    Get 
    Private Set
'Utilisation
Dim instance As Session 
Dim value As Boolean 

value = instance.IsRunning
[SfcPropertyAttribute(Data = true)]
public bool IsRunning { get; private set; }
[SfcPropertyAttribute(Data = true)]
public:
property bool IsRunning {
    bool get ();
    private: void set (bool value);
}
[<SfcPropertyAttribute(Data = true)>]
member IsRunning : bool with get, private set
function get IsRunning () : boolean 
private function set IsRunning (value : boolean)

Valeur de propriété

Type : System.Boolean
Returns True if the session is running, otherwise False.

Voir aussi

Référence

Session Classe

Espace de noms Microsoft.SqlServer.Management.XEvent