Propriété Event.State

Gets the state of the object used in Alter function in session.

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

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property State As SfcObjectState 
    Get
'Utilisation
Dim instance As Event 
Dim value As SfcObjectState 

value = instance.State
[SfcIgnoreAttribute]
public SfcObjectState State { get; }
[SfcIgnoreAttribute]
public:
virtual property SfcObjectState State {
    SfcObjectState get () sealed;
}
[<SfcIgnoreAttribute>]
abstract State : SfcObjectState
[<SfcIgnoreAttribute>]
override State : SfcObjectState
final function get State () : SfcObjectState

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState
The state of the object.

Voir aussi

Référence

Event Classe

Espace de noms Microsoft.SqlServer.Management.XEvent