Sdílet prostřednictvím


ISqlSpecifiesIndex.IsClustered – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda je seskupený index.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlSpecifiesIndex Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů