次の方法で共有


DeployedDac.EncryptionEnabled プロパティ

定義

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

public:
 property bool EncryptionEnabled { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public bool EncryptionEnabled { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.EncryptionEnabled : bool
Public ReadOnly Property EncryptionEnabled As Boolean

プロパティ値

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

属性

適用対象