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

DatabaseEncryptionState Enumeration

SQL Server 2012

Enumerates the possible encryption states of a database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum DatabaseEncryptionState
Member nameDescription
NoneEncryption state is None.
UnencryptedThere is no encryption.
EncryptionInProgressEncryption key changes in progress.
EncryptedDatabase is encrypted.
EncryptionKeyChangesInProgressEncryption key changes in progress.
DecryptionInProgressDecryption in progress.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.