DefaultRuleBase.UnbindFromColumn 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.
Overloads
UnbindFromColumn(String, String) |
This method breaks the binding between a default or rule and the column of a table. |
UnbindFromColumn(String, String, String) |
This method breaks the binding between a default or rule and the column of a table. |
UnbindFromColumn(String, String)
This method breaks the binding between a default or rule and the column of a table.
public void UnbindFromColumn (string tablename, string colname);
member this.UnbindFromColumn : string * string -> unit
Public Sub UnbindFromColumn (tablename As String, colname As String)
Parameters
- tablename
- String
- colname
- String
Applies to
UnbindFromColumn(String, String, String)
This method breaks the binding between a default or rule and the column of a table.
public void UnbindFromColumn (string tablename, string colname, string tableschema);
member this.UnbindFromColumn : string * string * string -> unit
Public Sub UnbindFromColumn (tablename As String, colname As String, tableschema As String)
Parameters
- tablename
- String
- colname
- String
- tableschema
- String