Condividi tramite


Proprietà DatabaseEncryptionKeyExtender.EncryptionState

Gets the database encryption state.

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

Sintassi

'Dichiarazione
<ExtendedPropertyAttribute> _
Public ReadOnly Property EncryptionState As DatabaseEncryptionState 
    Get
'Utilizzo
Dim instance As DatabaseEncryptionKeyExtender 
Dim value As DatabaseEncryptionState 

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

Valore proprietà

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

Vedere anche

Riferimento

DatabaseEncryptionKeyExtender Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo