Condividi tramite


Proprietà NextRestoreEventArgs.Continue

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Property Continue As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

NextRestoreEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo