共用方式為


AsymmetricKey 屬性

Gets or sets the IAsymmetricKey object that is associated with the user.

命名空間:  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
The IAsymmetricKey object that is associated with the user.

實作

IUser. . :: . .AsymmetricKey