Partager via


Propriété NextRestoreEventArgs.Continue

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

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

NextRestoreEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Smo