IScriptSourcedModelElement.SecondarySources – vlastnost
Získá seznam sekundárních zdrojů pro prvek.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
ReadOnly Property SecondarySources As ICollection(Of ISourceInformation)
Get
ICollection<ISourceInformation> SecondarySources { get; }
property ICollection<ISourceInformation^>^ SecondarySources {
ICollection<ISourceInformation^>^ get ();
}
abstract SecondarySources : ICollection<ISourceInformation>
function get SecondarySources () : ICollection<ISourceInformation>
Hodnota vlastnosti
Typ: System.Collections.Generic.ICollection<ISourceInformation>
Seznam sekundární zdroj informace o elementu.
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.
Viz také
Odkaz
IScriptSourcedModelElement Rozhraní