This topic has not yet been rated - Rate this topic

Check Properties

(see also Protected Properties )
  Name Description
ms219327.pubproperty(en-US,SQL.90).gif CreateDate
Gets the date and time that the check constraint was created.
ms219327.pubproperty(en-US,SQL.90).gif DateLastModified
Gets the date and time that the check constraint was last modified.
ms219327.pubproperty(en-US,SQL.90).gif ExtendedProperties
Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property on the Check object.
ms219327.pubproperty(en-US,SQL.90).gif ID
Gets the database ID value that uniquely identifies the check constraint.
ms219327.pubproperty(en-US,SQL.90).gif 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
ms219327.pubproperty(en-US,SQL.90).gif IsEnabled
Gets the Boolean property value that specifies whether the check constraint is enabled.
ms219327.pubproperty(en-US,SQL.90).gif 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.
ms219327.pubproperty(en-US,SQL.90).gif Name 
Gets or sets the name of the object.
(inherited from NamedSmoObject )
ms219327.pubproperty(en-US,SQL.90).gif NotForReplication
Gets the Boolean property value that specifies whether the check constraint is available for replication or not.
ms219327.pubproperty(en-US,SQL.90).gif Parent
Gets the SqlSmoObject object that is the parent of the Check object.
ms219327.pubproperty(en-US,SQL.90).gif Properties 
Gets a collection of Property objects that represent the object properties.
(inherited from SqlSmoObject )
ms219327.pubproperty(en-US,SQL.90).gif State 
Gets the state of the referenced object.
(inherited from SmoObjectBase )
ms219327.pubproperty(en-US,SQL.90).gif Text
Gets or sets the Transact-SQL statement that defines the check constraint.
ms219327.pubproperty(en-US,SQL.90).gif Urn 
Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.
(inherited from SqlSmoObject )
ms219327.pubproperty(en-US,SQL.90).gif UserData 
Gets or sets user-defined data associated with the referenced object.
(inherited from SmoObjectBase )
  Name Description
ms219327.protproperty(en-US,SQL.90).gif ExecuteForScalar 
Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option.
(inherited from SqlSmoObject )
ms219327.protproperty(en-US,SQL.90).gif ObjectInSpace 
Gets the Boolean property value that specifies whether the object exists in isolation or whether it is connected to the instance of Microsoft SQL Server directly or indirectly.
(inherited from SqlSmoObject )
ms219327.protproperty(en-US,SQL.90).gif PresetProperties 
Gets or sets the preset properties of the referenced object.
(inherited from SqlSmoObject )
ms219327.protproperty(en-US,SQL.90).gif ScalarResult 
Gets the scalar result for the referenced object.
(inherited from SqlSmoObject )
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.