CertificateStatementBase.PrivateKeyPath 属性
Gets or sets the optional path to the private key.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property PrivateKeyPath As Literal
Get
Set
用法
Dim instance As CertificateStatementBase
Dim value As Literal
value = instance.PrivateKeyPath
instance.PrivateKeyPath = value
public Literal PrivateKeyPath { get; set; }
public:
property Literal^ PrivateKeyPath {
Literal^ get ();
void set (Literal^ value);
}
member PrivateKeyPath : Literal with get, set
function get PrivateKeyPath () : Literal
function set PrivateKeyPath (value : Literal)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The optional path to the private key.