Enumerazione DatabaseEncryptionState

Enumerates the possible encryption states of a database.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Enumeration DatabaseEncryptionState
'Utilizzo
Dim instance As DatabaseEncryptionState
public enum DatabaseEncryptionState
public enum class DatabaseEncryptionState
type DatabaseEncryptionState
public enum DatabaseEncryptionState

Membri

Nome membro Descrizione
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo