Partager via


IScriptSourcedModelElement.SecondarySources, propriété

Obtient une liste de sources secondaires pour l'élément.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.ICollection<ISourceInformation>
Liste d'informations de source secondaire pour l'élément.

Sécurité .NET Framework

Voir aussi

Référence

IScriptSourcedModelElement Interface

Microsoft.Data.Schema.SchemaModel, espace de noms

ISourceInformation