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


IScriptSourcedModelElement.SecondarySources - свойство

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

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

Синтаксис

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

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

Тип: System.Collections.Generic.ICollection<ISourceInformation>
Список сведений из вторичного источника для данного элемента.

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

См. также

Ссылки

IScriptSourcedModelElement Интерфейс

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

ISourceInformation