IModelMultiRelationship.GetRelationshipEntry-Methode

Gibt am angegebenen Index einen Beziehungseintrag zurück.

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Gibt einen IModelRelationshipEntry zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelMultiRelationship Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace