This topic has not yet been rated - Rate this topic

DatabaseEncryptionKeyExtender.DatabaseEncryptionEnabled Property

Gets or sets a Boolean value that indicates whether encryption is enabled for a database.

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

Property Value

Type: System.Boolean
BooleanIf True encryption is enabled.If False encryption is not enabled.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.