Share via


ISqlStatistic.NoRecompute Property

Gets or sets a value that models the NORECOMPUTE option.

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

Syntax

'Declaration
Property NoRecompute As Boolean
bool NoRecompute { get; set; }
property bool NoRecompute {
    bool get ();
    void set (bool value);
}
abstract NoRecompute : bool with get, set
function get NoRecompute () : boolean
function set NoRecompute (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlStatistic Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace