Partager via


BindToColumn Method

Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.

The BindToColumn method enables a Microsoft SQL Server default or rule on the column specified.

Applies To:

Syntaxe

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);