Partager via


Propriété ServerAuditSpecificationExtender.State

Returns the state of the ServerAuditSpecification object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.SqlSmoState
A SqlSmoState object that specifies the current state of the ServerAuditSpecification object.

Voir aussi

Référence

ServerAuditSpecificationExtender Classe

Espace de noms Microsoft.SqlServer.Management.Smo