Share via


SqlSchemaModel.GetElementSources Method

Returns the source information for a particular element.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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>

Parameters

Return Value

Type: System.Collections.Generic.ICollection<ISourceInformation>

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace