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 네임스페이스