Compartir a través de


ChangeTrackingRetentionPeriod Propiedad

Gets or sets the CHANGE_TRACKING_RETENTION_PERIOD value.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property ChangeTrackingRetentionPeriod As Integer
    Get
    Set
'Uso
Dim instance As Database
Dim value As Integer

value = instance.ChangeTrackingRetentionPeriod

instance.ChangeTrackingRetentionPeriod = value
[SfcPropertyAttribute]
public int ChangeTrackingRetentionPeriod { get; set; }
[SfcPropertyAttribute]
public:
virtual property int ChangeTrackingRetentionPeriod {
    int get () sealed;
    void set (int value) sealed;
}
[<SfcPropertyAttribute>]
abstract ChangeTrackingRetentionPeriod : int with get, set
[<SfcPropertyAttribute>]
override ChangeTrackingRetentionPeriod : int with get, set
final function get ChangeTrackingRetentionPeriod () : int
final function set ChangeTrackingRetentionPeriod (value : int)

Valor de la propiedad

Tipo: System. . :: . .Int32
A Int32 that specifies the minimum period to retain tracing information.

Implementa

IDatabaseOptions. . :: . .ChangeTrackingRetentionPeriod

Notas

A ChangeTrackingRetentionPeriod Specifies the minimum period for keeping change track information in the database. Data is removed only if the Auto Clean-Up value is True.