DatabaseEncryptionState Enumeration
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Deklaracja
Public Enumeration DatabaseEncryptionState
public enum DatabaseEncryptionState
public enum class DatabaseEncryptionState
public enum 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 | No encryption. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.