AsymmetricKey 属性

Gets or sets the IAsymmetricKey object that is associated with this login.

命名空间:  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
The IAsymmetricKey object that is associated with this login.

实现

ILogin. . :: . .AsymmetricKey