Compartir a través de


IModelMultiRelationship.InsertElement (Método)

Inserta una entrada de relación (basada en un elemento) en el índice especificado.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

Parámetros

  • atIndex
    Tipo: System.Int32
    Especifica el índice de inserción.

Valor devuelto

Tipo: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Devuelve un objeto IModelRelationshipEntry.

Seguridad de .NET Framework

Vea también

Referencia

IModelMultiRelationship Interfaz

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)