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