Sdílet prostřednictvím


ISql90Assembly.AssemblySources – vlastnost

Získá seznam obsahující binární definice sestavení.

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

Syntaxe

'Deklarace
ReadOnly Property AssemblySources As IList(Of ISql90AssemblySource)
    Get
IList<ISql90AssemblySource> AssemblySources { get; }
property IList<ISql90AssemblySource^>^ AssemblySources {
    IList<ISql90AssemblySource^>^ get ();
}
abstract AssemblySources : IList<ISql90AssemblySource>
function get AssemblySources () : IList<ISql90AssemblySource>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90Assembly Rozhraní

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