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


DataSchemaModel.GetElementSources - метод

Получает источники конкретного элемента.

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

Синтаксис

'Декларация
Protected MustOverride Function GetElementSources ( _
    element As IModelElement _
) As ICollection(Of ISourceInformation)
protected abstract ICollection<ISourceInformation> GetElementSources(
    IModelElement element
)
protected:
virtual ICollection<ISourceInformation^>^ GetElementSources(
    IModelElement^ element
) abstract
abstract GetElementSources : 
        element:IModelElement -> ICollection<ISourceInformation> 
protected abstract function GetElementSources(
    element : IModelElement
) : ICollection<ISourceInformation>

Параметры

Возвращаемое значение

Тип: System.Collections.Generic.ICollection<ISourceInformation>
Этот метод необходимо переопределить в реализации поставщика схемы базы данных.

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

См. также

Ссылки

DataSchemaModel Класс

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