Freigeben über


NextRestoreEventArgs.Continue-Eigenschaft

Gets or sets a value indicating whether to continue next Restore Operation.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Property Continue As Boolean 
    Get 
    Set
'Usage
Dim instance As NextRestoreEventArgs 
Dim value As Boolean 

value = instance.Continue

instance.Continue = value
public bool Continue { get; set; }
public:
property bool Continue {
    bool get ();
    void set (bool value);
}
member Continue : bool with get, set
function get Continue () : boolean 
function set Continue (value : boolean)

Eigenschaftswert

Typ: System.Boolean
True if continue; otherwise, false.

Siehe auch

Verweis

NextRestoreEventArgs Klasse

Microsoft.SqlServer.Management.Smo-Namespace