Compartilhar via


Propriedade do RDL DatabaseEncryptionKey.EncryptionState

Gets or sets the encryption key state.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EncryptionState As DatabaseEncryptionState 
    Get
'Uso
Dim instance As DatabaseEncryptionKey 
Dim value As DatabaseEncryptionState 

value = instance.EncryptionState
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DatabaseEncryptionState EncryptionState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DatabaseEncryptionState EncryptionState {
    DatabaseEncryptionState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EncryptionState : DatabaseEncryptionState
function get EncryptionState () : DatabaseEncryptionState

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.DatabaseEncryptionState
The encryption key state.

Comentários

Valid constants and underlying values are listed in the following table:

Underlying Value

Constant

0

None

1

Unencrypted

2

EncryptioninProgress

3

Encrypted

4

EncryptionKeyChangesInProgress

5

DecryptionInProgress

Consulte também

Referência

DatabaseEncryptionKey Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Criptografia de Dados Transparente (TDE)

Gerenciar Criptografia de Banco de Dados (página Propriedades)