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 unit of the TARGET_RECOVERY_TIME database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property TargetRecoveryTimeUnit As Nullable(Of TimeUnit)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of TimeUnit)
value = instance.TargetRecoveryTimeUnit
instance.TargetRecoveryTimeUnit = value
public Nullable<TimeUnit> TargetRecoveryTimeUnit { get; set; }
public:
property Nullable<TimeUnit> TargetRecoveryTimeUnit {
Nullable<TimeUnit> get ();
void set (Nullable<TimeUnit> value);
}
member TargetRecoveryTimeUnit : Nullable<TimeUnit> with get, set
function get TargetRecoveryTimeUnit () : Nullable<TimeUnit>
function set TargetRecoveryTimeUnit (value : Nullable<TimeUnit>)
Property Value
Type: System.Nullable<TimeUnit>