ISqlColumn.GetReferencingForeignKeyRelationship – metoda
Vrátí IModelReverseMultiRelationship mezi this a přidruženého ISqlForeignKeyConstraint.
Obor názvů: Microsoft.Data.Schema.Sql.SchemaModel
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
Function GetReferencingForeignKeyRelationship As IModelReverseMultiRelationship(Of ISqlColumn, ISqlForeignKeyConstraint)
IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint> GetReferencingForeignKeyRelationship()
IModelReverseMultiRelationship<ISqlColumn^, ISqlForeignKeyConstraint^>^ GetReferencingForeignKeyRelationship()
abstract GetReferencingForeignKeyRelationship : unit -> IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint>
function GetReferencingForeignKeyRelationship() : IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint>
Vrácená hodnota
Typ: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.