Поделиться через


ISqlColumn.GetReferencingForeignKeyRelationship - метод

Возвращает отношение IModelReverseMultiRelationship между this и связанным объектом ISqlForeignKeyConstraint.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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>

Возвращаемое значение

Тип: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint>

Безопасность платформы .NET Framework

См. также

Ссылки

ISqlColumn Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен