Właściwość Database.ChangeTrackingRetentionPeriodUnits
Pobiera lub ustawia typ jednostki wartości okresu przechowywania.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Deploy)> _
Public Property ChangeTrackingRetentionPeriodUnits As RetentionPeriodUnits
Get
Set
'Użycie
Dim instance As Database
Dim value As RetentionPeriodUnits
value = instance.ChangeTrackingRetentionPeriodUnits
instance.ChangeTrackingRetentionPeriodUnits = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)]
public RetentionPeriodUnits ChangeTrackingRetentionPeriodUnits { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Deploy)]
public:
virtual property RetentionPeriodUnits ChangeTrackingRetentionPeriodUnits {
RetentionPeriodUnits get () sealed;
void set (RetentionPeriodUnits value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)>]
abstract ChangeTrackingRetentionPeriodUnits : RetentionPeriodUnits with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)>]
override ChangeTrackingRetentionPeriodUnits : RetentionPeriodUnits with get, set
final function get ChangeTrackingRetentionPeriodUnits () : RetentionPeriodUnits
final function set ChangeTrackingRetentionPeriodUnits (value : RetentionPeriodUnits)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.RetentionPeriodUnits
A RetentionPeriodUnits typu określający jednostki okresu przetrzymania wartości.
Implementacje
Uwagi
Można wybrać minut, godzin, dni, tygodni, miesięcy lub lat.Wartość domyślna to dni.Minimalny okres przechowywania jest 1 minuta.Nie ma żadnych maksymalny okres.
Zobacz także