The HasClusteredIndex property returns True when a clustered index has been defined on the referenced table.
object.HasClusteredIndex
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
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.
Boolean
Read-only
HRESULT GetHasClusteredIndex(LPBOOL pRetVal);