ModelComparisonChangeDefinition Constructor (IModelElement, Boolean)

Initializes a new instance of the ModelComparisonChangeDefinition class by using the provided target element and by indicating whether the name has changed.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    targetElement As IModelElement, _
    isSameName As Boolean _
)
public ModelComparisonChangeDefinition(
    IModelElement targetElement,
    bool isSameName
)
public:
ModelComparisonChangeDefinition(
    IModelElement^ targetElement, 
    bool isSameName
)
new : 
        targetElement:IModelElement * 
        isSameName:bool -> ModelComparisonChangeDefinition
public function ModelComparisonChangeDefinition(
    targetElement : IModelElement, 
    isSameName : boolean
)

Parameters

  • isSameName
    Type: System.Boolean
    A bool value that indicates whether the name has changed.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

ModelComparisonChangeDefinition Overload

Microsoft.Data.Schema.SchemaModel Namespace

ModelComparisonChangeDefinition

IModelElement