ISql90Index.DoRecomputeStatistics Property
Gets or sets a value that models the STATISTICS_NORECOMPUTE setting.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property DoRecomputeStatistics As Boolean
bool DoRecomputeStatistics { get; set; }
property bool DoRecomputeStatistics {
bool get ();
void set (bool value);
}
abstract DoRecomputeStatistics : bool with get, set
function get DoRecomputeStatistics () : boolean
function set DoRecomputeStatistics (value : boolean)
Property Value
Type: System.Boolean
Implements
ISqlIndex.DoRecomputeStatistics
ISql90SpecifiesIndex.DoRecomputeStatistics
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.