次の方法で共有


Table.ExcludeFromModelRefresh プロパティ

定義

テーブルがモデル更新から除外されるかどうかを示すブール値。 これが true の場合、モデルに対する更新操作では、テーブルのパーティションが既に処理されている場合、更新はトリガーされません。

public bool ExcludeFromModelRefresh { get; set; }
member this.ExcludeFromModelRefresh : bool with get, set
Public Property ExcludeFromModelRefresh As Boolean

プロパティ値

注釈

このプロパティは、データベースの互換性レベルが 1480 以上の場合にのみサポートされます。

適用対象