IDatabaseOptions.TargetRecoveryTime プロパティ

ターゲットの復旧時間を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<DisplayDescriptionKeyAttribute("Database_TargetRecoveryTimeDesc")> _
<DisplayNameKeyAttribute("Database_TargetRecoveryTimeName")> _
Property TargetRecoveryTime As Integer 
    Get 
    Set
'使用
Dim instance As IDatabaseOptions 
Dim value As Integer 

value = instance.TargetRecoveryTime

instance.TargetRecoveryTime = value
[DisplayDescriptionKeyAttribute("Database_TargetRecoveryTimeDesc")]
[DisplayNameKeyAttribute("Database_TargetRecoveryTimeName")]
int TargetRecoveryTime { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_TargetRecoveryTimeDesc")]
[DisplayNameKeyAttribute(L"Database_TargetRecoveryTimeName")]
property int TargetRecoveryTime {
    int get ();
    void set (int value);
}
[<DisplayDescriptionKeyAttribute("Database_TargetRecoveryTimeDesc")>]
[<DisplayNameKeyAttribute("Database_TargetRecoveryTimeName")>]
abstract TargetRecoveryTime : int with get, set
function get TargetRecoveryTime () : int 
function set TargetRecoveryTime (value : int)

プロパティ値

型: System.Int32
ターゲットの復旧時間です。

関連項目

参照

IDatabaseOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間