DataSchemaModel.GetElementSources Method
Gets the element sources for a particular element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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>
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The IModelElement whose sources you want to retrieve.
Return Value
Type: System.Collections.Generic.ICollection<ISourceInformation>
You must override this in a database schema provider implementation.
.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.