Table.ExcludeFromModelRefresh Property

Definition

A boolean value that indicates whether the table is excluded from model refresh. When this is true, a refresh operation on the model would not trigger a refresh on the partitions of the table if they were already processed.

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

Property Value

Remarks

This property is only supported when the compatibility level of the database is at 1480 or above.

Applies to