Partilhar via


Propriedade do RDL DatabaseAuditSpecificationExtender.State

Returns the state of the DatabaseAuditSpecification object.

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

Sintaxe

'Declaração
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState 
    Get
'Uso
Dim instance As DatabaseAuditSpecificationExtender 
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

Valor da propriedade

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

Consulte também

Referência

DatabaseAuditSpecificationExtender Classe

Namespace Microsoft.SqlServer.Management.Smo