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 IMutableUser
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 オブジェクトです。