Condividi tramite


Proprietà NoAutomaticRecomputation

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

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
ReadOnly Property NoAutomaticRecomputation As Boolean
    Get
'Utilizzo
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

Valore proprietà

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