PlanProblem.GetElementName Method
Gets the element name.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Function GetElementName ( _
element As IModelElement _
) As String
'Usage
Dim element As IModelElement
Dim returnValue As String
returnValue = Me.GetElementName(element)
protected virtual string GetElementName(
IModelElement element
)
protected:
virtual String^ GetElementName(
IModelElement^ element
)
protected function GetElementName(
element : IModelElement
) : String
abstract GetElementName :
element:IModelElement -> string
override GetElementName :
element:IModelElement -> string
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The element
Return Value
Type: System.String
.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.