Condividi tramite


Metodo IModelMultiRelationship.InsertElement

Inserisce una voce di relazione, in base a un elemento, in corrispondenza dell'indice specificato.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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

Parametri

  • atIndex
    Tipo: System.Int32
    Specifica l'indice di inserimento.

Valore restituito

Tipo: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Restituisce un oggetto IModelRelationshipEntry.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelMultiRelationship Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel