Condividi tramite


Proprietà RestoreOptions.ContinueAfterError

Gets or sets whether the restore operation is to continue after an error is encountered.

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

Sintassi

'Dichiarazione
Public Property ContinueAfterError As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As RestoreOptions 
Dim value As Boolean 

value = instance.ContinueAfterError

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

Valore proprietà

Tipo: System.Boolean
True if the restore operation is to continue after an error is encountered; otherwise, false.

Vedere anche

Riferimento

RestoreOptions Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo