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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.