Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the period of the CHANGE_RETENTION database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property ChangeTrackingRetentionPeriod As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Integer)
value = instance.ChangeTrackingRetentionPeriod
instance.ChangeTrackingRetentionPeriod = value
public Nullable<int> ChangeTrackingRetentionPeriod { get; set; }
public:
property Nullable<int> ChangeTrackingRetentionPeriod {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ChangeTrackingRetentionPeriod : Nullable<int> with get, set
function get ChangeTrackingRetentionPeriod () : Nullable<int>
function set ChangeTrackingRetentionPeriod (value : Nullable<int>)
Property Value
Type: System.Nullable<Int32>