Compartir a través de


IModelMultiRelationship.InsertRelationshipEntry (Método)

Inserta una entrada de relación vacía en el índice especificado.

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

Sintaxis

'Declaración
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 el índice de inserción.

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

IModelMultiRelationship Interfaz

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