TaskPerformingEventArgs(ITask, Boolean) Constructor
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 TaskPerformingEventArgs class with the specified task and cancel parameter.
public:
TaskPerformingEventArgs(Microsoft::SqlServer::Management::ITask ^ task, bool cancel);
public TaskPerformingEventArgs (Microsoft.SqlServer.Management.ITask task, bool cancel);
new Microsoft.SqlServer.Management.TaskForms.TaskPerformingEventArgs : Microsoft.SqlServer.Management.ITask * bool -> Microsoft.SqlServer.Management.TaskForms.TaskPerformingEventArgs
Public Sub New (task As ITask, cancel As Boolean)
Parameters
- task
- ITask
Defines a task.
- cancel
- Boolean
true to cancel the event; otherwise, false.