Sdílet prostřednictvím


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

Viz také

Odkaz

IScriptSourcedModelElement Rozhraní

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

ISourceInformation