DeployedDac.EncryptionEnabled プロパティ

DAC データベースが暗号化されているかどうかを示す値を取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property EncryptionEnabled As Boolean 
    Get
'使用
Dim instance As DeployedDac 
Dim value As Boolean 

value = instance.EncryptionEnabled
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool EncryptionEnabled { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool EncryptionEnabled {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member EncryptionEnabled : bool
function get EncryptionEnabled () : boolean

プロパティ値

型: System.Boolean
暗号化が DAC データベースに対して有効になっているかどうかを示す Boolean 値です。true の場合は、暗号化が有効になっていることを意味します。それ以外の場合は、false です。

関連項目

参照

DeployedDac クラス

Microsoft.SqlServer.Management.Utility 名前空間