Partager via


Méthode MasterKey.DropServiceKeyEncryption

Drops service key encryption from the master key.

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

Syntaxe

'Déclaration
Public Sub DropServiceKeyEncryption
'Utilisation
Dim instance As MasterKey

instance.DropServiceKeyEncryption()
public void DropServiceKeyEncryption()
public:
void DropServiceKeyEncryption()
member DropServiceKeyEncryption : unit -> unit
public function DropServiceKeyEncryption()

Notes

The IsEncryptedByServer property specifies whether the master key is encrypted by the service master key or by using a password.

Exemples

Appel de méthodes

Voir aussi

Référence

MasterKey Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Hiérarchie de chiffrement

CREATE MASTER KEY (Transact-SQL)