DatabaseEncryptionKeyExtender.State プロパティ

暗号化の状態を取得します。

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

構文

'宣言
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState 
    Get
'使用
Dim instance As DatabaseEncryptionKeyExtender 
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
暗号化の状態です。

説明

次の表に、SqlSmoState の有効な値の一覧を示します。

パラメーター

説明

Create

オブジェクトを作成中です。

Dropped

オブジェクトを削除中です。

Existing

オブジェクトは存在します。

Pending

オブジェクトの指示は保留されています。

ToBeDropped

オブジェクトの削除を待機しています。

関連項目

参照

DatabaseEncryptionKeyExtender クラス

Microsoft.SqlServer.Management.Smo 名前空間