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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.