Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Opens the database master key by using the specified password.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Open ( _
password As String _
)
'Utilisation
Dim instance As MasterKey
Dim password As String
instance.Open(password)
public void Open(
string password
)
public:
void Open(
String^ password
)
member Open :
password:string -> unit
public function Open(
password : String
)
Paramètres
- password
Type : System.String
A String value that specifies the password with which to decrypt the master key.
Exemples
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo