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)

Syntax

'Declaration
Public Interface ITask
'Usage
Dim instance As ITask
public interface ITask
public interface class ITask
type ITask =  interface end
public interface ITask

The ITask type exposes the following members.

Methods

  Name Description
Public method Perform Indicates a method that performs the task.
Public method Script Generates a script and writes it to the provided script writer.

Top