Proprietà MdwRetentionLengthInDaysForMinutesHistory
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.
Spazio dei nomi Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public Property MdwRetentionLengthInDaysForMinutesHistory As Integer
Get
Set
'Utilizzo
Dim instance As Utility
Dim value As Integer
value = instance.MdwRetentionLengthInDaysForMinutesHistory
instance.MdwRetentionLengthInDaysForMinutesHistory = value
[SfcPropertyAttribute(Data = true)]
public int MdwRetentionLengthInDaysForMinutesHistory { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property int MdwRetentionLengthInDaysForMinutesHistory {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(Data = true)>]
member MdwRetentionLengthInDaysForMinutesHistory : int with get, set
function get MdwRetentionLengthInDaysForMinutesHistory () : int
function set MdwRetentionLengthInDaysForMinutesHistory (value : int)
Valore proprietà
Tipo: System. . :: . .Int32
An Int32 value specifying the length, in days, that data will be retained in the UMDW history table.