BindToColumn Method
Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The BindToColumn method enables a Microsoft SQL Server default or rule on the column specified.
Applies To:
Sintassi
object
.BindToColumn(
Table
,
Column
)
Parts
- object
Expression that evaluates to an object in the Applies To list.
- Table
String specifying an existing table by name.
- Column
String specifying an existing column in the specified table.
Prototype (C/C++)
HRESULT BindToColumn(
SQLDMO_LPCSTR TableName,
SQLDMO_LPCSTR ColumnName);