AsymmetricKey プロパティ
このログインに関連付けられている IAsymmetricKey オブジェクトを取得または設定します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
Property AsymmetricKey As IAsymmetricKey
Get
Set
'使用
Dim instance As IMutableLogin
Dim value As IAsymmetricKey
value = instance.AsymmetricKey
instance.AsymmetricKey = value
IAsymmetricKey AsymmetricKey { get; set; }
property IAsymmetricKey^ AsymmetricKey {
IAsymmetricKey^ get ();
void set (IAsymmetricKey^ value);
}
abstract AsymmetricKey : IAsymmetricKey with get, set
function get AsymmetricKey () : IAsymmetricKey
function set AsymmetricKey (value : IAsymmetricKey)
プロパティ値
型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IAsymmetricKey
このログインに関連付けられた IAsymmetricKey オブジェクト。