Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The BindToColumn method enables a Microsoft SQL Server default or rule on the column specified.
Applies To:
Syntax
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);