Check Object Properties Methods Collections
Property | Description |
---|
Application Application Write: No |
The Application object. |
ExcludeReplication Boolean Write: Yes |
Determines if this Check constraint is ignored during replication. If True, this Check is ignored for data inserted by replication. If False, this Check is enforced for data inserted by replication. |
Name Identifier Write: Yes |
The Check constraint name. If empty when a new Check object is added to the Table.Checks collection, one will automatically be generated. |
Parent Table Write: No |
The Table object. |
Text String Write: Before Add |
The original Transact-SQL search condition used to create this Check. |
TypeOf SQLOLE_OBJECT_TYPE Write: No |
The type of object. |
UserData Long Write: Yes |
Temporary storage space contained in this object for private use by the application. SQL-DMO does not use this property. |