Compartir a través de


EventField.State Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property State As SfcObjectState 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

EventField Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent