Sdílet prostřednictvím


DataSchemaModel.ScriptSourcedModelElement.SecondarySources – vlastnost

Získá seznam sekundárních zdrojů definující tento prvek.

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

Syntaxe

'Deklarace
Public ReadOnly Property SecondarySources As ICollection(Of ISourceInformation)
    Get
public ICollection<ISourceInformation> SecondarySources { get; }
public:
virtual property ICollection<ISourceInformation^>^ SecondarySources {
    ICollection<ISourceInformation^>^ get () sealed;
}
abstract SecondarySources : ICollection<ISourceInformation>
override SecondarySources : ICollection<ISourceInformation>
final function get SecondarySources () : ICollection<ISourceInformation>

Hodnota vlastnosti

Typ: System.Collections.Generic.ICollection<ISourceInformation>
Seznam sekundárních zdrojů.

Implementuje

IScriptSourcedModelElement.SecondarySources

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaModel.ScriptSourcedModelElement Třída

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

ISourceInformation