DeploymentPlanProblem.GetElementName Method
Returns the escaped, fully qualified name of the provided element.
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
protected virtual string GetElementName(
IModelElement element
)
protected:
virtual String^ GetElementName(
IModelElement^ element
)
abstract GetElementName :
element:IModelElement -> string
override GetElementName :
element:IModelElement -> string
protected function GetElementName(
element : IModelElement
) : String
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
A ModelElement.
Return Value
Type: System.String
The escaped, fully qualified name of the element.
.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.