Sdílet prostřednictvím


ISql90Assembly.Certificates – vlastnost

Získá seznam certifikátů, 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 Certificates As IList(Of ISql90Certificate)
    Get
IList<ISql90Certificate> Certificates { get; }
property IList<ISql90Certificate^>^ Certificates {
    IList<ISql90Certificate^>^ get ();
}
abstract Certificates : IList<ISql90Certificate>
function get Certificates () : IList<ISql90Certificate>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90Assembly Rozhraní

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