Compartilhar via


Propriedade do RDL TargetField.State

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

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
<SfcIgnoreAttribute> _
Public ReadOnly Property State As SfcObjectState 
    Get
'Uso
Dim instance As TargetField 
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 da propriedade

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

Consulte também

Referência

TargetField Classe

Namespace Microsoft.SqlServer.Management.XEvent