Поделиться через


Свойство DatabaseAuditSpecificationExtender.State

Returns the state of the DatabaseAuditSpecification object.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

DatabaseAuditSpecificationExtender Класс

Пространство имен Microsoft.SqlServer.Management.Smo