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