DropServiceKeyEncryption méthode
Drops service key encryption from the master key.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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.
Voir aussi