ModelComparisonResult.ChangeDefinition Constructor (IModelElement)
Initializes a new instance of the ModelComparisonResult.ChangeDefinition class.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
targetElement As IModelElement _
)
'Usage
Dim targetElement As IModelElement
Dim instance As New ModelComparisonResult..::..ChangeDefinition(targetElement)
public ChangeDefinition(
IModelElement targetElement
)
public:
ChangeDefinition(
IModelElement^ targetElement
)
public function ModelComparisonResult..::..ChangeDefinition(
targetElement : IModelElement
)
new :
targetElement:IModelElement -> ChangeDefinition
Parameters
- targetElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The target 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.
See Also
Reference
ModelComparisonResult.ChangeDefinition Class
ModelComparisonResult.ChangeDefinition Members