ITask Interface

 

Defines a task, which is a unit of executable code used by MSBuild to perform build operations.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class ITask

NameDescription
System_CAPS_pubmethodPerform(ITaskExecutionContext^)

Indicates a method that performs the task.

System_CAPS_pubmethodScript(ITaskExecutionContext^, ISfcScriptCollector^)

Generates a script and writes it to the provided script writer.

Return to top
Show: