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

Database.EncryptionEnabled Property

Gets or sets the ENCRYPTIONENABLED property of a database.

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

Property Value

Type: System.Boolean
An EncryptionEnabled value that specifies whether the date correlation optimization is active. If False (default), data encryption is not active

Implements

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.