Método IModelMultiRelationship.InsertRelationshipEntry

Insere uma entrada de relacionamento vazio no índice especificado.

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

Sintaxe

'Declaração
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

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