Expand Minimize
This topic has not yet been rated - Rate this topic

Database.EncryptionEnabled Property

Gets or sets a value that indicates whether the data encryption is enabled.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool EncryptionEnabled { get; set; }

Property Value

Type: System.Boolean
true if the data encryption is enabled; otherwise, false. The default is false.

Implements

IDatabaseOptions.EncryptionEnabled
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.