Método IModelMultiRelationship.InsertElement

Insere uma entrada de relacionamento (com base em um elemento) no índice especificado.

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

Sintaxe

'Declaração
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 o índice de inserção.

Valor de retorno

Tipo: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Retorna um IModelRelationshipEntry.

Segurança do .NET Framework

Consulte também

Referência

IModelMultiRelationship Interface

Namespace Microsoft.Data.Schema.SchemaModel