Compartir a través de


ISqlColumn.GetReferencingForeignKeyRelationship (Método)

Devuelve una interfaz IModelReverseMultiRelationship entre this y la interfaz ISqlForeignKeyConstraint asociada.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlColumn Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)