Método IModelMultiRelationship.GetRelationshipEntry

Retorna uma entrada de relação no índice especificado.

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

Sintaxe

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