Método Open
Opens the database master key by using the specified password.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub Open ( _
password As String _
)
'Uso
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
)
Parâmetros
- password
Tipo: System. . :: . .String
A String value that specifies the password with which to decrypt the master key.
Consulte também