AddPrivateKey 方法
Adds a private key to the asymmetric key with the specified password.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub AddPrivateKey ( _
password As String _
)
用法
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
)
参数
- password
类型:System. . :: . .String
A String value that specifies the private key password.