IMutableDefaultConstraint Interface
Represents a mutable SQL Server default constraint.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | IsSystemNamed | Gets or sets a value that indicates whether the default constraint was named by the system or a user. |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | Parent | Gets the IColumn object that is the parent of this object.(Inherited from IDefaultConstraint.) |
![]() | Text | Gets or sets the Transact-SQL statement that defines the default constraint. |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
Show:

