The Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask namespace contains all the classes and interfaces required to create and use an ActiveX Script Task through code.
重要提示: |
|---|
| 下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。 |
Classes
| Class | Description |
|---|---|
| ActiveXScriptTask | Enables migration for ActiveX scripts created in SQL Server 2000. The ActiveXScriptTask is not intended for future use. This class cannot be inherited. |
Interfaces
| Interface | Description |
|---|---|
| IDTSActiveXScriptTask |
Enumerations
| Enumeration | Description |
|---|---|
| ExecutionValueChoice | Determines what to return for the execution value of the task. |
重要提示: