UnbindFromColumn Method
Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa caratteristica in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The UnbindFromColumn method breaks the binding between a Microsoft SQL Server default or rule and the column of a table.
Sintassi
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);