Freigeben über


IScriptSourcedModelElement.SecondarySources-Eigenschaft

Ruft eine Liste mit sekundären Quellen für das Element ab.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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>

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<ISourceInformation>
Eine Liste mit Informationen zu den sekundären Quellen für das Element.

.NET Framework-Sicherheit

Siehe auch

Referenz

IScriptSourcedModelElement Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace

ISourceInformation