DeployedDac.EncryptionEnabled Property

Definition

Gets a value that indicates whether the DAC database is encrypted.

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

Property Value

A Boolean value that specifies whether encryption is enabled for the DAC database. If true, encryption is enabled. Otherwise, false.

Attributes

Applies to