UnbindFromColumn Method

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

The UnbindFromColumn method breaks the binding between a Microsoft SQL Server default or rule and the column of a table.

Syntax

object.UnbindFromColumn(Table,Column)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

  • Table
    String that identifies an existing SQL Server table by name.

  • Column
    String that identifies a column by name.

Prototype (C/C++)

HRESULT UnbindFromColumn(
SQLDMO_LPCSTR Table,
SQLDMO_LPCSTR Column);