Partager via


IModelMultiRelationship<TFrom, TTo>.InsertElement, méthode

Insère une entrée de relation (basée sur un élément) à l'index spécifié.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Function InsertElement ( _
    atIndex As Integer, _
    element As TTo _
) As IModelRelationshipEntry
IModelRelationshipEntry InsertElement(
    int atIndex,
    TTo element
)
IModelRelationshipEntry^ InsertElement(
    int atIndex, 
    TTo element
)
abstract InsertElement : 
        atIndex:int * 
        element:'TTo -> IModelRelationshipEntry 
function InsertElement(
    atIndex : int, 
    element : TTo
) : IModelRelationshipEntry

Paramètres

  • atIndex
    Type : System.Int32
    Spécifie l'index d'insertion
  • element
    Type : TTo
    Spécifie l'élément à insérer

Valeur de retour

Type : Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Retourne IModelRelationshipEntry.

Sécurité .NET Framework

Voir aussi

Référence

IModelMultiRelationship<TFrom, TTo> Interface

Microsoft.Data.Schema.SchemaModel, espace de noms