Método ISqlColumn.GetReferencingForeignKeyRelationship

Retorna um IModelReverseMultiRelationship entre this e associado ISqlForeignKeyConstraint.

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

Sintaxe

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

Valor de retorno

Tipo: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint>

Segurança do .NET Framework

Consulte também

Referência

ISqlColumn Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel