Column.UnbindDefault Method

Definition

Invokes sp_unbindefault to unbind the column from its current named default

public void UnbindDefault ();
member this.UnbindDefault : unit -> unit
Public Sub UnbindDefault ()

Exceptions

When the parent of the column is a View

Applies to