Propriedade ISqlSpecifiesIndex.IsClustered

Obtém ou define um valor que indica se este é um índice de cluster.

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

Sintaxe

'Declaração
Property IsClustered As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlSpecifiesIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel