Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the period of the TARGET_RECOVERY_TIME database option.
Espace de noms : Microsoft.SqlServer.Dac.Model
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public Property TargetRecoveryTimePeriod As Nullable(Of Integer)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : System.Nullable<Int32>