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


SqlSchemaModel.GetElementSources - метод

Возвращает сведения об источнике для определенного элемента.

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

Синтаксис

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

Параметры

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

Тип: System.Collections.Generic.ICollection<ISourceInformation>

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

См. также

Ссылки

SqlSchemaModel Класс

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