Column.BindRule Method
SQL Server 2008
Binds a rule to the column.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- ruleSchema
- Type: System.String
A String value that specifies the name of the rule schema.
- ruleName
- Type: System.String
A String value that specifies the name of the rule.
Note |
|---|
Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception. |

Note