ISqlSpecifiesIndex.IsClustered Property

Gets or sets whether the index is clustered.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsClustered As Boolean
    Get
    Set
'Usage
Dim instance As ISqlSpecifiesIndex
Dim value As Boolean

value = instance.IsClustered

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlSpecifiesIndex Interface

ISqlSpecifiesIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace