UnbindFromColumn Method
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The UnbindFromColumn method breaks the binding between a Microsoft SQL Server default or rule and the column of a table.
Sintaxe
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);