Condividi tramite


Proprietà CollectionSet.DaysUntilExpiration

Gets or sets the number of days that the collected data is saved in the management data warehouse.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Required := False)> _
Public Property DaysUntilExpiration As Short 
    Get 
    Set
'Utilizzo
Dim instance As CollectionSet 
Dim value As Short 

value = instance.DaysUntilExpiration

instance.DaysUntilExpiration = value
[SfcPropertyAttribute(Required = false)]
public short DaysUntilExpiration { get; set; }
[SfcPropertyAttribute(Required = false)]
public:
property short DaysUntilExpiration {
    short get ();
    void set (short value);
}
[<SfcPropertyAttribute(Required = false)>]
member DaysUntilExpiration : int16 with get, set
function get DaysUntilExpiration () : short 
function set DaysUntilExpiration (value : short)

Valore proprietà

Tipo: System.Int16
A Int16 value that is the number of days.

Osservazioni

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Vedere anche

Riferimento

CollectionSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Collector