Share via


IMutableRelationalIndex.IsClustered Property

Gets or sets 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
Property IsClustered As Boolean
    Get
    Set
'Usage
Dim instance As IMutableRelationalIndex
Dim value As Boolean

value = instance.IsClustered

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

Property Value

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

Implements

IRelationalIndex.IsClustered