DataSchemaModel.GetElementSource Method
Gets the element source.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected MustOverride Function GetElementSource ( _
element As IModelElement _
) As ElementSource
'Usage
Dim element As IModelElement
Dim returnValue As ElementSource
returnValue = Me.GetElementSource(element)
protected abstract ElementSource GetElementSource(
IModelElement element
)
protected:
virtual ElementSource^ GetElementSource(
IModelElement^ element
) abstract
protected abstract function GetElementSource(
element : IModelElement
) : ElementSource
abstract GetElementSource :
element:IModelElement -> ElementSource
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The model element
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ElementSource
.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.