秘密キーの省略可能なパスを取得または設定します。
名前空間: 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
秘密キーの省略可能なパス。