BindToColumn Method

Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

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

Applies To:

Default Object

Rule Object

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

Applies to:

Default Object

Rule Object