CertificateStatementBase.PrivateKeyPath Property

Gets or sets the optional path to the private key.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property PrivateKeyPath As Literal 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The optional path to the private key.

See Also

Reference

CertificateStatementBase Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace