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
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The element for which to retrieve source information.
Return Value
Type: System.Collections.Generic.ICollection<ISourceInformation>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.