Condividi tramite


Proprietà State

Returns the state of the Audit object.

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

Sintassi

'Dichiarazione
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState
    Get
'Utilizzo
Dim instance As AuditExtender
Dim value As SqlSmoState

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoState
A SqlSmoState object that specifies the current state of the Audit object.