DatabaseEncryptionState-Enumeration

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

Member

Membername Beschreibung
None Encryption state is None.
Unencrypted No encryption.
EncryptionInProgress Encryption key changes in progress.
Encrypted Database is encrypted.
EncryptionKeyChangesInProgress Encryption key changes in progress.
DecryptionInProgress Decryption in progress.