Свойство 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