Partager via


Propriété AsymmetricKey

Gets the IAsymmetricKey object that is associated with this login.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property AsymmetricKey As IAsymmetricKey
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IAsymmetricKey
The IAsymmetricKey object that is associated with this login.