Check Properties
SQL Server 2012
The Check type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateDate | Gets the date and time that the check constraint was created. |
|
DateLastModified | Gets the date and time that the check constraint was last modified. |
|
ExtendedProperties | Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property on the Check object. |
|
ID | Gets the database ID value that uniquely identifies the check constraint. |
|
IsChecked | Gets the Boolean property value that specifies whether the constraint was enabled without checking existing rows, so constraint may not hold for all rows |
|
IsEnabled | Gets the Boolean property value that specifies whether the check constraint is enabled. |
|
IsFileTableDefined | Gets a value that specifies whether the check constraint defines a file table. |
|
IsSystemNamed | Gets the Boolean property value that specifies whether the check constraint was named automatically by Microsoft SQL Server or named by the database object creator. |
|
Name | Gets or sets the name of the check constraint. (Overrides NamedSmoObject.Name.) |
|
NotForReplication | Gets the Boolean property value that specifies whether the check constraint is available for replication or not. |
|
Parent | Gets the SqlSmoObject object that is the parent of the Check object. |
|
Properties | Gets a collection of Property objects that represent the object properties. (Inherited from SqlSmoObject.) |
|
State | Gets the state of the referenced object. (Inherited from SmoObjectBase.) |
|
Text | Gets or sets the Transact-SQL statement that defines the check constraint. |
|
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Inherited from SqlSmoObject.) |
|
UserData | Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.) |
| Name | Description | |
|---|---|---|
|
ISfcSupportsDesignMode.IsDesignMode | Gets a Boolean value that indicates whether the object supports design mode. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
