Share via


IRelationalIndex.IsClustered Property

Gets a value that indicates whether the index is clustered.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsClustered As Boolean 
    Get
'Usage
Dim instance As IRelationalIndex 
Dim value As Boolean 

value = instance.IsClustered
bool IsClustered { get; }
property bool IsClustered {
    bool get ();
}
abstract IsClustered : bool
function get IsClustered () : boolean

Property Value

Type: System.Boolean
true if the index is clustered; otherwise, false.

See Also

Reference

IRelationalIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace