Partager via


DataSchemaModel.ScriptSourcedModelElement.SecondarySources, propriété

Obtient une liste de sources secondaires qui définissent cet élément.

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

Syntaxe

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

Valeur de propriété

Type : System.Collections.Generic.ICollection<ISourceInformation>
Liste de sources secondaires.

Implémentations

IScriptSourcedModelElement.SecondarySources

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModel.ScriptSourcedModelElement Classe

Microsoft.Data.Schema.SchemaModel, espace de noms

ISourceInformation