ISqlStatistic.NoRecompute Property

Gets or sets whether statistics recomputation should be disabled.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property NoRecompute As Boolean
    Get
    Set
'Usage
Dim instance As ISqlStatistic
Dim value As Boolean

value = instance.NoRecompute

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

Property Value

Type: System.Boolean
Returns True if statistics recomputation should be disabled; otherwise, False.

.NET Framework Security

See Also

Reference

ISqlStatistic Interface

ISqlStatistic Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace