Partager via


ISqlSpecifiesIndex.IsClustered, propriété

Obtient ou définit une valeur qui indique s'il s'agit d'un index cluster.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlSpecifiesIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms