Свойство 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