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. |
重要事項: