Utility.MdwRetentionLengthInDaysForHoursHistory Property

Definition

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

Applies to