다음을 통해 공유


Partition.RetainDataTillForceCalculate Property

Definition

Caution

Deprecated. Use CalculatedPartitionSource.RetainDataTillForceCalculate property instead.

Allows a calculated partition to have data which will not be affected by RefreshCalculate command when there is only data changes.

[System.Obsolete("Deprecated. Use CalculatedPartitionSource.RetainDataTillForceCalculate property instead.")]
public bool RetainDataTillForceCalculate { get; set; }
[<System.Obsolete("Deprecated. Use CalculatedPartitionSource.RetainDataTillForceCalculate property instead.")>]
member this.RetainDataTillForceCalculate : bool with get, set
Public Property RetainDataTillForceCalculate As Boolean

Property Value

Attributes

Remarks

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

Applies to