IModelMultiRelationship.InsertElement Method

Inserts a relationship entry (based on an element) at the specified index.

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

Syntax

'Declaration
Function InsertElement ( _
    atIndex As Integer, _
    element As IModelElement _
) As IModelRelationshipEntry
IModelRelationshipEntry InsertElement(
    int atIndex,
    IModelElement element
)
IModelRelationshipEntry^ InsertElement(
    int atIndex, 
    IModelElement^ element
)
abstract InsertElement : 
        atIndex:int * 
        element:IModelElement -> IModelRelationshipEntry 
function InsertElement(
    atIndex : int, 
    element : IModelElement
) : IModelRelationshipEntry

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Returns a IModelRelationshipEntry.

.NET Framework Security

See Also

Reference

IModelMultiRelationship Interface

Microsoft.Data.Schema.SchemaModel Namespace