ITask.Perform(ITaskExecutionContext) Method

Definition

Indicates a method that performs the task.

public:
 void Perform(Microsoft::SqlServer::Management::ITaskExecutionContext ^ context);
public void Perform (Microsoft.SqlServer.Management.ITaskExecutionContext context);
abstract member Perform : Microsoft.SqlServer.Management.ITaskExecutionContext -> unit
Public Sub Perform (context As ITaskExecutionContext)

Parameters

context
ITaskExecutionContext

The context to be used.

Applies to