The UnbindFromColumn method breaks the binding between a Microsoft® SQL Server™ default or rule and the column of a table.
| Default Object | Rule Object |
object.UnbindFromColumn( Table , Column )
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list. |
| Table | String identifying an existing SQL Server table by name |
| Column | String identifying a column by name |
HRESULT UnbindFromColumn(
SQLDMO_LPCSTR Table,
SQLDMO_LPCSTR Column);