Propriété Utility.MdwRetentionLengthInDaysForDaysHistory

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

Espace de noms :  Microsoft.SqlServer.Management.Utility
Assembly :  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public Property MdwRetentionLengthInDaysForDaysHistory As Integer 
    Get 
    Set
'Utilisation
Dim instance As Utility 
Dim value As Integer 

value = instance.MdwRetentionLengthInDaysForDaysHistory

instance.MdwRetentionLengthInDaysForDaysHistory = value
[SfcPropertyAttribute(Data = true)]
public int MdwRetentionLengthInDaysForDaysHistory { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property int MdwRetentionLengthInDaysForDaysHistory {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(Data = true)>]
member MdwRetentionLengthInDaysForDaysHistory : int with get, set
function get MdwRetentionLengthInDaysForDaysHistory () : int 
function set MdwRetentionLengthInDaysForDaysHistory (value : int)

Valeur de propriété

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

Voir aussi

Référence

Utility Classe

Espace de noms Microsoft.SqlServer.Management.Utility