ActiveXScriptTask Class

Enables migration for ActiveX scripts created in SQL Server 2000. The ActiveXScriptTask is not intended for future use. This class cannot be inherited.

Namespace: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly: Microsoft.SqlServer.ActiveXScriptTask (in microsoft.sqlserver.activexscripttask.dll)

Syntax

'Declaration
Public NotInheritable Class ActiveXScriptTask
    Inherits Task
    Implements IDTSComponentPersist, IDTSActiveXScriptTask, IDTSBreakpointSite, IDTSSuspend
public sealed class ActiveXScriptTask : Task, IDTSComponentPersist, IDTSActiveXScriptTask, IDTSBreakpointSite, 
    IDTSSuspend
public ref class ActiveXScriptTask sealed : public Task, IDTSComponentPersist, IDTSActiveXScriptTask, IDTSBreakpointSite, 
    IDTSSuspend
public final class ActiveXScriptTask extends Task implements IDTSComponentPersist, IDTSActiveXScriptTask, 
    IDTSBreakpointSite, IDTSSuspend
public final class ActiveXScriptTask extends Task implements IDTSComponentPersist, IDTSActiveXScriptTask, 
    IDTSBreakpointSite, IDTSSuspend

Remarks

The task is a successor in SQL Server 2005 for the legacy ActiveX script tasks. Any legacy tasks that use macros defined in SQL Server 2000 will not run in SQL Server 2005. The task can run VBScript and JScript without accessing the Integration Services programming model.

Important

This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Task
      Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask.ActiveXScriptTask

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ActiveXScriptTask Members
Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask Namespace