IModelMultiRelationship<TFrom, TTo>.GetRelationshipEntry, méthode
Retourne une entrée de relation à l'index spécifié.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
Paramètres
- atIndex
Type : System.Int32
Spécifie l'index
Valeur de retour
Type : Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Retourne IModelRelationshipEntry.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.