IDefaultConstraint Interface
Represents a SQL Server default constraint.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | IsSystemNamed | Gets a value that indicates whether the 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. |
![]() | Text | Gets 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:

