Compartir a través de


ServerAuditSpecificationExtender.State Propiedad

Returns the state of the ServerAuditSpecification object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ServerAuditSpecificationExtender Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo