IMutableConstraint Interface
SQL Server 2012
Represents tabular object mutable constraints.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
The IMutableConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsSystemNamed | Gets or sets a value that indicates whether the constraint is named by the system or by the user. |
![]() | Name | Gets the name of the metadata object. (Inherited from IMetadataObject.) |
![]() | Parent | Gets the ITabular object that is the parent of this object. (Inherited from IConstraint.) |
![]() | Type | Gets a ConstraintType value that indicates the constraint type. (Inherited from IConstraint.) |
| Name | Description | |
|---|---|---|
![]() | Accept<T> | Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.) |

