DatabaseEncryptionKeyExtender.DatabaseEncryptionEnabled プロパティ

暗号化がデータベースに対して有効かどうかを示す Boolean 値を取得または設定します。

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

構文

'宣言
<ExtendedPropertyAttribute> _
Public Property DatabaseEncryptionEnabled As Boolean 
    Get 
    Set
'使用
Dim instance As DatabaseEncryptionKeyExtender 
Dim value As Boolean 

value = instance.DatabaseEncryptionEnabled

instance.DatabaseEncryptionEnabled = value
[ExtendedPropertyAttribute]
public bool DatabaseEncryptionEnabled { get; set; }
[ExtendedPropertyAttribute]
public:
property bool DatabaseEncryptionEnabled {
    bool get ();
    void set (bool value);
}
[<ExtendedPropertyAttribute>]
member DatabaseEncryptionEnabled : bool with get, set
function get DatabaseEncryptionEnabled () : boolean 
function set DatabaseEncryptionEnabled (value : boolean)

プロパティ値

型: System.Boolean
BooleanTrue の場合、暗号化は有効です。False の場合、暗号化は無効です。

関連項目

参照

DatabaseEncryptionKeyExtender クラス

Microsoft.SqlServer.Management.Smo 名前空間