Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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>