Condividi tramite


HasClusteredIndex Property

Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

The HasClusteredIndex property returns TRUE when a clustered index is defined on the referenced table.

Sintassi

object
.HasClusteredIndex

Parts

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

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetHasClusteredIndex(LPBOOL pRetVal);

Osservazioni

A Microsoft SQL Server clustered index orders table data using index values, structuring a table and building a sorted index for a table. For any given table, SQL Server supports, at most, a single clustered index.

Applies To:

Table Object

Vedere anche

Altre risorse

Creazione di indici cluster

Guida in linea e informazioni

Assistenza su SQL Server 2005