This documentation is archived and is not being maintained.
Check.ID Property
Gets the database ID value that uniquely identifies the check constraint.
Namespace:
Microsoft.SqlServer.Management.SmoAssembly:
Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase)]
public int ID { get; }
Property Value
Type:
System.Int32An Int32 value that specifies the ID value that uniquely identifies the check constraint.
This property corresponds to the check constraint ID value held in the system tables.
Return to top