ISql90Constraint.GetDefiningTableRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90SpecifiesTable.

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

Syntax

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

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Constraint, ISql90SpecifiesTable>

.NET Framework Security

See Also

Reference

ISql90Constraint Interface

GetDefiningTableRelationship Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace