Condividi tramite


Proprietà EventField.State

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

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property State As SfcObjectState 
    Get
'Utilizzo
Dim instance As EventField 
Dim value As SfcObjectState 

value = instance.State
[SfcIgnoreAttribute]
public SfcObjectState State { get; }
[SfcIgnoreAttribute]
public:
property SfcObjectState State {
    SfcObjectState get ();
}
[<SfcIgnoreAttribute>]
member State : SfcObjectState
function get State () : SfcObjectState

Valore proprietà

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

Vedere anche

Riferimento

EventField Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent