AsymmetricKey 属性

Gets the IAsymmetricKey object that is associated with the user.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property AsymmetricKey As IAsymmetricKey
    Get
用法
Dim instance As IUser
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
The IAsymmetricKey object that is associated with the user.