IMutableCheckConstraint Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IMutableCheckConstraint : Microsoft.SqlServer.Management.SqlParser.Metadata.ICheckConstraint, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableConstraint
type IMutableCheckConstraint = interface
interface ICheckConstraint
interface IConstraint
interface IMetadataObject
interface IMutableConstraint
interface IMutableMetadataObject
Public Interface IMutableCheckConstraint
Implements ICheckConstraint, IMutableConstraint
- Implements
Properties
| IsChecked | |
| IsEnabled | |
| IsSystemNamed | (Inherited from IMutableConstraint) |
| Name | (Inherited from IMetadataObject) |
| NotForReplication | |
| Parent | (Inherited from IConstraint) |
| Text | |
| Type | (Inherited from IConstraint) |
Methods
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
Extension Methods
| TypeInfo(IMetadataObject) |