Partition.RetainDataTillForceCalculate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.