Método DropServiceKeyEncryption
Drops service key encryption from the master key.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub DropServiceKeyEncryption
'Uso
Dim instance As MasterKey
instance.DropServiceKeyEncryption()
public void DropServiceKeyEncryption()
public:
void DropServiceKeyEncryption()
member DropServiceKeyEncryption : unit -> unit
public function DropServiceKeyEncryption()
Comentários
The IsEncryptedByServer property specifies whether the master key is encrypted by the service master key or by using a password.
Consulte também