Utility.MdwRetentionLengthInDaysForHoursHistory 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.
Gets or sets the length in days that data will be retained in the utility management data warehouse (UMDW) history table for per-hour entries.
public:
property int MdwRetentionLengthInDaysForHoursHistory { int get(); void set(int value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public int MdwRetentionLengthInDaysForHoursHistory { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.MdwRetentionLengthInDaysForHoursHistory : int with get, set
Public Property MdwRetentionLengthInDaysForHoursHistory As Integer
Property Value
An Int32 value specifying the length, in days, that data will be retained in the UMDW history table.
- Attributes