Свойство NoAutomaticRecomputation

Gets or sets a value that indicates whether statistics are regenerated when an index is created.

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

Синтаксис

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

value = instance.NoAutomaticRecomputation

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

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

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

Реализует

IRelationalIndex. . :: . .NoAutomaticRecomputation