Перечисление DatabaseEncryptionState

Enumerates the possible encryption states of a database.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)

Синтаксис

'Декларация
Public Enumeration DatabaseEncryptionState
'Применение
Dim instance As DatabaseEncryptionState
public enum DatabaseEncryptionState
public enum class DatabaseEncryptionState
type DatabaseEncryptionState
public enum DatabaseEncryptionState

Элементы

Имя элемента Описание
None Encryption state is None.
Unencrypted There is no encryption.
EncryptionInProgress Encryption key changes in progress.
Encrypted Database is encrypted.
EncryptionKeyChangesInProgress Encryption key changes in progress.
DecryptionInProgress Decryption in progress.