Compartir a través de


HasIndex 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 HasIndex property returns TRUE if at least one index, clustered or nonclustered, is defined on the referenced Microsoft SQL Server table.

Sintaxis

object.HasIndex

Parts

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

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetHasIndex(LPBOOL pRetVal);

Applies To: