Compartilhar via


Propriedade ISql90Assembly.AsymmetricKeys

Obtém a lista de chaves assimétricas que estão associadas este assembly.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90Assembly Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel