DatabaseEncryptionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the current encryption transition state of the database
public enum DatabaseEncryptionState
type DatabaseEncryptionState =
Public Enum DatabaseEncryptionState
- Inheritance
-
DatabaseEncryptionState
Fields
Name | Value | Description |
---|---|---|
None | 0 | Database encryption not defined |
Unencrypted | 1 | Database is unencrypted |
EncryptionInProgress | 2 | Databse encryption in progress |
Encrypted | 3 | Databse is encrypted |
EncryptionKeyChangesInProgress | 4 | Database encryption key change in progress |
DecryptionInProgress | 5 | Database Decryption in progress |