Partager via


Propriété RestoreOptions.ContinueAfterError

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property ContinueAfterError As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

RestoreOptions Classe

Espace de noms Microsoft.SqlServer.Management.Smo