Método AsymmetricKey.AddPrivateKey
Adds a private key to the asymmetric key with the specified password.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub AddPrivateKey ( _
password As String _
)
'Uso
Dim instance As AsymmetricKey
Dim password As String
instance.AddPrivateKey(password)
public void AddPrivateKey(
string password
)
public:
void AddPrivateKey(
String^ password
)
member AddPrivateKey :
password:string -> unit
public function AddPrivateKey(
password : String
)
Parâmetros
- password
Tipo: System.String
A String value that specifies the private key password.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo