Свойство IsClustered
Gets a value that indicates whether the index is clustered.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IsClustered As Boolean
Get
'Применение
Dim instance As IRelationalIndex
Dim value As Boolean
value = instance.IsClustered
bool IsClustered { get; }
property bool IsClustered {
bool get ();
}
abstract IsClustered : bool
function get IsClustered () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the index is clustered; otherwise, false.