ServerAuditSpecificationExtender.State プロパティ

ServerAuditSpecification オブジェクトの状態を返します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState 
    Get
'使用
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

プロパティ値

型: Microsoft.SqlServer.Management.Smo.SqlSmoState
ServerAuditSpecification オブジェクトの現在の状態を示す SqlSmoState オブジェクトです。

関連項目

参照

ServerAuditSpecificationExtender クラス

Microsoft.SqlServer.Management.Smo 名前空間