ISql90Index.DoRecomputeStatistics 属性

获取或设置一个对 STATISTICS_NORECOMPUTE 设置建模的值。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property DoRecomputeStatistics As Boolean
    Get
    Set
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)

属性值

类型:System.Boolean

实现

ISqlIndex.DoRecomputeStatistics
ISql90SpecifiesIndex.DoRecomputeStatistics

.NET Framework 安全性

请参见

参考

ISql90Index 接口

DoRecomputeStatistics 重载

Microsoft.Data.Schema.Sql.SchemaModel 命名空间