Aracılığıyla paylaş


ISqlSpecifiesIndex.IsClustered Özellik

Alır veya kümelenmiş bir dizin olup olmadığını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Boolean

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ISqlSpecifiesIndex Arabirim

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı