Column.BindRule(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes sp_bindrule to bind the column to the given rule
public void BindRule (string ruleSchema, string ruleName);
member this.BindRule : string * string -> unit
Public Sub BindRule (ruleSchema As String, ruleName As String)
Parameters
- ruleSchema
- String
- ruleName
- String
Exceptions
When the parent of the column is a UserDefinedTableType or View