Compartilhar via


Propriedade do RDL TSqlModelOptions.TargetRecoveryTimePeriod

Specifies the period of the TARGET_RECOVERY_TIME database option.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Property TargetRecoveryTimePeriod As Nullable(Of Integer)
    Get 
    Set
'Uso
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>)

Valor da propriedade

Tipo: System.Nullable<Int32>

Consulte também

Referência

TSqlModelOptions Classe

Namespace Microsoft.SqlServer.Dac.Model