Share via


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

Return Value

Type: System.String
The escaped, fully qualified name of the element.

.NET Framework Security

See Also

Reference

DeploymentPlanProblem Class

Microsoft.Data.Schema.Build Namespace

ModelElement