ISql90SpecifiesTable.GetConstraintsRelationship Method
Returns an IModelReverseMultiRelationship between this and the associated ISql90Constraint.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetConstraintsRelationship As IModelReverseMultiRelationship(Of ISql90SpecifiesTable, ISql90Constraint)
IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint> GetConstraintsRelationship()
IModelReverseMultiRelationship<ISql90SpecifiesTable^, ISql90Constraint^>^ GetConstraintsRelationship()
abstract GetConstraintsRelationship : unit -> IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint>
function GetConstraintsRelationship() : IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint>
.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.
See Also
Reference
ISql90SpecifiesTable Interface