DeployedDac.EncryptionEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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