Utility.MdwRetentionLengthInDaysForDaysHistory Property

Definition

Gets or sets the length, in days, that data will be retained in the Management Data Warehouse (MDW) history table for per-day entries.

public:
 property int MdwRetentionLengthInDaysForDaysHistory { int get(); void set(int value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public int MdwRetentionLengthInDaysForDaysHistory { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.MdwRetentionLengthInDaysForDaysHistory : int with get, set
Public Property MdwRetentionLengthInDaysForDaysHistory As Integer

Property Value

An Int32 value specifying the length, in days, that data will be retained in the Management Data Warehouse (MDW) history table.

Attributes

Applies to