Partilhar via


Propriedade do RDL NextRestoreEventArgs.Continue

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

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

Sintaxe

'Declaração
Public Property Continue As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

NextRestoreEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo