Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the possible encryption states of a database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration DatabaseEncryptionState
'Usage
Dim instance As DatabaseEncryptionState
public enum DatabaseEncryptionState
public enum class DatabaseEncryptionState
type DatabaseEncryptionState
public enum DatabaseEncryptionState
Members
Member name | Description | |
---|---|---|
DecryptionInProgress | Decryption in progress. | |
Encrypted | Database is encrypted. | |
EncryptionInProgress | Encryption key changes in progress. | |
EncryptionKeyChangesInProgress | Encryption key changes in progress. | |
None | Encryption state is None. | |
Unencrypted | There is no encryption. |