Compartir a través de


IsSchemaBound Property

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The IsSchemaBound property indicates whether a view is schema bound.

Sintaxis

object
.IsSchemaBound

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIsSchemaBound(LPBOOL pRetVal);

[!NOTA] IsSchemaBound can be used with Microsoft SQL Server 2005, SQL Server 2000, and SQL Server version 7.0.

Applies To:

UserDefinedFunction Object

View2 Object