Condividi tramite


Metodo DropPasswordEncryption

Removes the password encryption from the master key by using the associated password.

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

Sintassi

'Dichiarazione
Public Sub DropPasswordEncryption ( _
    password As String _
)
'Utilizzo
Dim instance As MasterKey
Dim password As String

instance.DropPasswordEncryption(password)
public void DropPasswordEncryption(
    string password
)
public:
void DropPasswordEncryption(
    String^ password
)
member DropPasswordEncryption : 
        password:string -> unit 
public function DropPasswordEncryption(
    password : String
)

Parametri

Osservazioni

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