IDatabaseColumn.GetParentRelationship, méthode
Retourne le IModelReverseSingleRelationship entre ce IDatabaseColumn et son IDatabaseColumnSource.
Espace de noms : Microsoft.Data.Schema.SchemaModel.Abstract
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Function GetParentRelationship As IModelReverseSingleRelationship(Of IDatabaseColumn, IDatabaseColumnSource)
IModelReverseSingleRelationship<IDatabaseColumn, IDatabaseColumnSource> GetParentRelationship()
IModelReverseSingleRelationship<IDatabaseColumn^, IDatabaseColumnSource^>^ GetParentRelationship()
abstract GetParentRelationship : unit -> IModelReverseSingleRelationship<IDatabaseColumn, IDatabaseColumnSource>
function GetParentRelationship() : IModelReverseSingleRelationship<IDatabaseColumn, IDatabaseColumnSource>
Valeur de retour
Type : Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<IDatabaseColumn, IDatabaseColumnSource>
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.