Sdílet prostřednictvím


ISql90Assembly.AsymmetricKeys – vlastnost

Získá seznam asymetrických klíčů, které jsou spojeny s tímto sestavením.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90Assembly Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů