Share via


IStatistics.NoAutomaticRecomputation Property

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property NoAutomaticRecomputation As Boolean 
    Get
'Usage
Dim instance As IStatistics 
Dim value As Boolean 

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

Property Value

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

See Also

Reference

IStatistics Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace