ExecuteSQLTask Constructor ()
Initializes a new instance of the ExecuteSQLTask class.
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
The code sample shows how to call the task constructor. However, in most cases, you will be creating the task as a member of a package. For more information on casting the task, see the remarks in Add.
The properties and methods of the ExecuteSQLTask are available by using the TaskHost variable, th.
The following code sample creates a new ExecuteSQLTask by using the constructor.
Show: