Поделиться через


DataSchemaModel.ScriptSourcedModelElement.SecondarySources - свойство

Получает список вторичных источников, определяющих этот элемент.

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.ICollection<ISourceInformation>
Список вторичных источников.

Реализации

IScriptSourcedModelElement.SecondarySources

Безопасность платформы .NET Framework

См. также

Ссылки

DataSchemaModel.ScriptSourcedModelElement Класс

Microsoft.Data.Schema.SchemaModel - пространство имен

ISourceInformation