ISqlColumn.GetReferencingForeignKeyRelationship メソッド
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Function GetReferencingForeignKeyRelationship As IModelReverseMultiRelationship(Of ISqlColumn, ISqlForeignKeyConstraint)
'使用
Dim instance As ISqlColumn
Dim returnValue As IModelReverseMultiRelationship(Of ISqlColumn, ISqlForeignKeyConstraint)
returnValue = instance.GetReferencingForeignKeyRelationship()
IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint> GetReferencingForeignKeyRelationship()
IModelReverseMultiRelationship<ISqlColumn^, ISqlForeignKeyConstraint^>^ GetReferencingForeignKeyRelationship()
function GetReferencingForeignKeyRelationship() : IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint>
戻り値
型 : Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint>