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