Share via


ISqlConstraint.GetDefiningTableRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlSpecifiesTable.

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

Syntax

'Declaration
Function GetDefiningTableRelationship As IModelSingleRelationship(Of ISqlConstraint, ISqlSpecifiesTable)
IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable> GetDefiningTableRelationship()
IModelSingleRelationship<ISqlConstraint^, ISqlSpecifiesTable^>^ GetDefiningTableRelationship()
abstract GetDefiningTableRelationship : unit -> IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable> 
function GetDefiningTableRelationship() : IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlConstraint, ISqlSpecifiesTable>

.NET Framework Security

See Also

Reference

ISqlConstraint Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace