TasksPerformingEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TasksPerformingEventArgs class.
Overloads
| TasksPerformingEventArgs(Boolean) |
Initializes a new instance of the TasksPerformingEventArgs class. |
| TasksPerformingEventArgs(Boolean, Boolean) |
Initializes a new instance of the TasksPerformingEventArgs class. |
TasksPerformingEventArgs(Boolean)
Initializes a new instance of the TasksPerformingEventArgs class.
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)
Parameters
- cancel
- Boolean
true to cancel; otherwise, false.
Applies to
TasksPerformingEventArgs(Boolean, Boolean)
Initializes a new instance of the TasksPerformingEventArgs class.
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)
Parameters
- cancel
- Boolean
true to cancel; otherwise, false.
- isScript
- Boolean
True to the object that contains a script; otherwise, false.