Compartir a través de


IModelMultiRelationship.GetRelationshipEntry (Método)

Devuelve una entrada de relación en el índice especificado.

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

Sintaxis

'Declaración
Function GetRelationshipEntry ( _
    atIndex As Integer _
) As IModelRelationshipEntry
IModelRelationshipEntry GetRelationshipEntry(
    int atIndex
)
IModelRelationshipEntry^ GetRelationshipEntry(
    int atIndex
)
abstract GetRelationshipEntry : 
        atIndex:int -> IModelRelationshipEntry 
function GetRelationshipEntry(
    atIndex : int
) : IModelRelationshipEntry

Parámetros

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)