Utility.MdwRetentionLengthInDaysForMinutesHistory 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-minute entries.

public:
 property int MdwRetentionLengthInDaysForMinutesHistory { int get(); void set(int value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public int MdwRetentionLengthInDaysForMinutesHistory { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.MdwRetentionLengthInDaysForMinutesHistory : int with get, set
Public Property MdwRetentionLengthInDaysForMinutesHistory 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