Microsoft.SqlServer.ActiveXScriptTask The namespace contains all the classes and interfaces required to create and use an ActiveX Script Task through code. Enables migration for ActiveX scripts created in SQL Server 2000. The is not intended for future use. This class cannot be inherited. Initializes a new instance of the class. Stores the collection, which contains a collection of objects. Passes a to a task. The task will use the breakpoint manager to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code. The breakpoint manager that is specific to the task. Runs the task. A value from the enumeration. A collection of connections used by the task. A object for locking variables. An object that implements the interface. An object that implements the interface. The transaction object that the container is a part of. This value can be null. This method is not callable by your application code. To load a package saved as .xml, use the method. The node that contains the information to be loaded. An object that implements the interface for raising events (errors, warnings, and so on) during persistence. Resumes execution of the task after pausing. This method is not callable by your application code. To save a package as .xml, use the method. The XML document to which to save the information. An object that implements the interface for raising events (errors, warnings, and so on) during persistence. Indicates that the executable needs to suspend. Verifies that the task is properly configured. A collection of connections used by the task. A object for locking variables. An object that implements the interface. An object that implements the interface. A Boolean that indicates if a task should check if breakpoints are enabled. true if the task should check for enabled breakpoints; false otherwise. Stores the entry method for the corresponding scripting language. The entry method for the scripting language. Returns a user-defined object. This field is read-only. A user-defined object. Uses the to determine what the will contain. A value. Gets or sets the name of the scripting language. A String that contains the name of the scripting language. Gets or sets the script to run. A String that contains the text of the script. Gets or sets a Boolean that indicates whether tasks should suspend when they encounter a breakpoint. true indicates that the task suspends. false indicates that the task does not suspend. Determines what to return for the execution value of the task. Return the scripting language. Return the total time taken to run the task.