Share via


Index.Clustered Property

Gets or sets a value that indicates whether the index is clustered.

Namespace:  Microsoft.Web.Management.DatabaseManager
Assembly:  Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)

Syntax

'Declaration
Public Property Clustered As Boolean
'Usage
Dim instance As Index
Dim value As Boolean

value = instance.Clustered

instance.Clustered = value
public bool Clustered { get; set; }
public:
property bool Clustered {
    bool get ();
    void set (bool value);
}
function get Clustered () : boolean
function set Clustered (value : boolean)

Property Value

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

Permissions

See Also

Reference

Index Class

Microsoft.Web.Management.DatabaseManager Namespace