UserDefinedDataType.UnbindRule 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
UnbindRule() | |
UnbindRule(Boolean) |
UnbindRule()
public void UnbindRule ();
member this.UnbindRule : unit -> unit
Public Sub UnbindRule ()
Applies to
UnbindRule(Boolean)
public void UnbindRule (bool bindColumns);
member this.UnbindRule : bool -> unit
Public Sub UnbindRule (bindColumns As Boolean)
Parameters
- bindColumns
- Boolean