TasksPerformingEventArgs Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe TasksPerformingEventArgs.
Surcharges
| TasksPerformingEventArgs(Boolean) |
Initialise une nouvelle instance de la classe TasksPerformingEventArgs. |
| TasksPerformingEventArgs(Boolean, Boolean) |
Initialise une nouvelle instance de la classe TasksPerformingEventArgs. |
TasksPerformingEventArgs(Boolean)
Initialise une nouvelle instance de la classe TasksPerformingEventArgs.
public:
TasksPerformingEventArgs(bool cancel);
public TasksPerformingEventArgs (bool cancel);
new Microsoft.SqlServer.Management.TaskForms.TasksPerformingEventArgs : bool -> Microsoft.SqlServer.Management.TaskForms.TasksPerformingEventArgs
Public Sub New (cancel As Boolean)
Paramètres
- cancel
- Boolean
Valeur true pour annuler ; sinon, valeur false
S’applique à
TasksPerformingEventArgs(Boolean, Boolean)
Initialise une nouvelle instance de la classe TasksPerformingEventArgs.
public:
TasksPerformingEventArgs(bool cancel, bool isScript);
public TasksPerformingEventArgs (bool cancel, bool isScript);
new Microsoft.SqlServer.Management.TaskForms.TasksPerformingEventArgs : bool * bool -> Microsoft.SqlServer.Management.TaskForms.TasksPerformingEventArgs
Public Sub New (cancel As Boolean, isScript As Boolean)
Paramètres
- cancel
- Boolean
Valeur true pour annuler ; sinon, valeur false
- isScript
- Boolean
True pour l'objet qui contient un script ; sinon, false.