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.

請參閱

參考

CertificateStatementBase 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間