UnbindFromColumn Method (SQL-DMO)

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

Applies To
Default Object Rule Object

Syntax

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

Prototype (C/C++)

HRESULT UnbindFromColumn(
SQLDMO_LPCSTR Table,
SQLDMO_LPCSTR Column);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.