Compartilhar via


Propriedade do RDL IDatabaseOptions.TargetRecoveryTime

Gets or sets the target recovery time.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<DisplayDescriptionKeyAttribute("Database_TargetRecoveryTimeDesc")> _
<DisplayNameKeyAttribute("Database_TargetRecoveryTimeName")> _
Property TargetRecoveryTime As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
The target recovery time.

Consulte também

Referência

IDatabaseOptions Interface

Namespace Microsoft.SqlServer.Management.Smo