Index.IsClustered Property

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

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property IsClustered As Boolean
    Get
    Friend Set
'Usage
Dim instance As Index
Dim value As Boolean

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

Property Value

Type: System.Boolean

See Also

Reference

Index Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace