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