Statistic.NoAutomaticRecomputation プロパティ

統計カウンターが自動的に再計算されたかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property NoAutomaticRecomputation As Boolean 
    Get 
    Set
'使用
Dim instance As Statistic 
Dim value As Boolean 

value = instance.NoAutomaticRecomputation

instance.NoAutomaticRecomputation = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool NoAutomaticRecomputation { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool NoAutomaticRecomputation {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member NoAutomaticRecomputation : bool with get, set
function get NoAutomaticRecomputation () : boolean 
function set NoAutomaticRecomputation (value : boolean)

プロパティ値

型: System.Boolean
統計カウンターが自動的に再計算されるかどうかを示す Boolean 値。 True の場合、統計カウンターは自動的に再計算されません。 False (既定値) の場合、統計カウンターは自動的に再計算されます。

使用例

統計の作成と更新

関連項目

参照

Statistic クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE STATISTICS (Transact-SQL)