Свойство TSqlModelOptions.TargetRecoveryTimePeriod

Specifies the period of the TARGET_RECOVERY_TIME database option.

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Property TargetRecoveryTimePeriod As Nullable(Of Integer)
    Get 
    Set
'Применение
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>)

Значение свойства

Тип: System.Nullable<Int32>

См. также

Справочник

TSqlModelOptions Класс

Пространство имен Microsoft.SqlServer.Dac.Model