Właściwość ServerAuditSpecificationExtender.State
Zwraca stan ServerAuditSpecification obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState
Get
'Użycie
Dim instance As ServerAuditSpecificationExtender
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.SqlSmoState
A SqlSmoState obiekt, który określa bieżący stan ServerAuditSpecification obiektu.
Zobacz także