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 命名空间