Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an element that is equal from the source to the target.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AddToEqualElementList ( _
sourceElement As IModelElement, _
targetElement As IModelElement _
)
public void AddToEqualElementList(
IModelElement sourceElement,
IModelElement targetElement
)
public:
void AddToEqualElementList(
IModelElement^ sourceElement,
IModelElement^ targetElement
)
member AddToEqualElementList :
sourceElement:IModelElement *
targetElement:IModelElement -> unit
public function AddToEqualElementList(
sourceElement : IModelElement,
targetElement : IModelElement
)
Parameters
- sourceElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
An element from the source model.
- targetElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
An element from the target model.
.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.