Свойство NoAutomaticRecomputation

Gets a value that indicates whether statistics are regenerated when the index is created.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property NoAutomaticRecomputation As Boolean
    Get
'Применение
Dim instance As IRelationalIndex
Dim value As Boolean

value = instance.NoAutomaticRecomputation
bool NoAutomaticRecomputation { get; }
property bool NoAutomaticRecomputation {
    bool get ();
}
abstract NoAutomaticRecomputation : bool
function get NoAutomaticRecomputation () : boolean

Значение свойства

Тип: System. . :: . .Boolean
true if statistics are not regenerated when the index is created; otherwise, false.