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 네임스페이스