Propriété Database.ChangeTrackingRetentionPeriod
Gets or sets the CHANGE_TRACKING_RETENTION_PERIOD value.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Deploy)> _
Public Property ChangeTrackingRetentionPeriod As Integer
Get
Set
'Utilisation
Dim instance As Database
Dim value As Integer
value = instance.ChangeTrackingRetentionPeriod
instance.ChangeTrackingRetentionPeriod = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)]
public int ChangeTrackingRetentionPeriod { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Deploy)]
public:
virtual property int ChangeTrackingRetentionPeriod {
int get () sealed;
void set (int value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)>]
abstract ChangeTrackingRetentionPeriod : int with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)>]
override ChangeTrackingRetentionPeriod : int with get, set
final function get ChangeTrackingRetentionPeriod () : int
final function set ChangeTrackingRetentionPeriod (value : int)
Valeur de propriété
Type : System.Int32
A Int32 that specifies the minimum period to retain tracing information.
Implémente
IDatabaseOptions.ChangeTrackingRetentionPeriod
Notes
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.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo
Autres ressources
Activer et désactiver le suivi des modifications (SQL Server)