TaskExecutionContext(ITaskManager) 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 TaskExecutionContext class with the specified taskManager parameter.
public:
TaskExecutionContext(Microsoft::SqlServer::Management::TaskForms::ITaskManager ^ taskManager);
public TaskExecutionContext (Microsoft.SqlServer.Management.TaskForms.ITaskManager taskManager);
new Microsoft.SqlServer.Management.TaskForms.TaskExecutionContext : Microsoft.SqlServer.Management.TaskForms.ITaskManager -> Microsoft.SqlServer.Management.TaskForms.TaskExecutionContext
Public Sub New (taskManager As ITaskManager)
Parameters
- taskManager
- ITaskManager
Performs the task.