TSqlModelOptions.ChangeTrackingRetentionUnit Property
Specifies the unit 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 ChangeTrackingRetentionUnit As Nullable(Of TimeUnit)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of TimeUnit)
value = instance.ChangeTrackingRetentionUnit
instance.ChangeTrackingRetentionUnit = value
public Nullable<TimeUnit> ChangeTrackingRetentionUnit { get; set; }
public:
property Nullable<TimeUnit> ChangeTrackingRetentionUnit {
Nullable<TimeUnit> get ();
void set (Nullable<TimeUnit> value);
}
member ChangeTrackingRetentionUnit : Nullable<TimeUnit> with get, set
function get ChangeTrackingRetentionUnit () : Nullable<TimeUnit>
function set ChangeTrackingRetentionUnit (value : Nullable<TimeUnit>)
Property Value
Type: System.Nullable<TimeUnit>