Compartir a través de


ISql90Assembly.AsymmetricKeys (Propiedad)

Obtiene la lista de claves asimétricas asociadas a este ensamblado.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
ReadOnly Property AsymmetricKeys As IList(Of ISql90AsymmetricKey)
    Get
IList<ISql90AsymmetricKey> AsymmetricKeys { get; }
property IList<ISql90AsymmetricKey^>^ AsymmetricKeys {
    IList<ISql90AsymmetricKey^>^ get ();
}
abstract AsymmetricKeys : IList<ISql90AsymmetricKey>
function get AsymmetricKeys () : IList<ISql90AsymmetricKey>

Valor de propiedad

Tipo: System.Collections.Generic.IList<ISql90AsymmetricKey>

Seguridad de .NET Framework

Vea también

Referencia

ISql90Assembly Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)