IModelMultiRelationship.InsertRelationshipEntry Method

Inserts an empty relationship entry at the specified index.

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

Syntax

'Declaration
Function InsertRelationshipEntry ( _
    atIndex As Integer _
) As IModelRelationshipEntry
IModelRelationshipEntry InsertRelationshipEntry(
    int atIndex
)
IModelRelationshipEntry^ InsertRelationshipEntry(
    int atIndex
)
abstract InsertRelationshipEntry : 
        atIndex:int -> IModelRelationshipEntry 
function InsertRelationshipEntry(
    atIndex : int
) : IModelRelationshipEntry

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IModelMultiRelationship Interface

Microsoft.Data.Schema.SchemaModel Namespace