다음을 통해 공유


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.