Поделиться через


Перечисление 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

Элементы

Имя элемента Описание
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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo