DatabaseEncryptionState Enumeration
Enumerates the possible encryption states of a database.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| 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. |
Show: