Partager via


Propriété DatabaseEncryptionKeyExtender.EncryptionState

Gets the database encryption state.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property EncryptionState As DatabaseEncryptionState 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DatabaseEncryptionKeyExtender Classe

Espace de noms Microsoft.SqlServer.Management.Smo