Freigeben über


IModelMultiRelationship<TFrom, TTo>.InsertRelationshipEntry-Methode

Fügt am angegebenen Index einen leeren Beziehungseintrag ein.

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

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Gibt IModelRelationshipEntry zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelMultiRelationship<TFrom, TTo> Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace