共用方式為


Microsoft.SqlServer.Dts.Tasks.ScriptTask 命名空間

The Microsoft.SqlServer.Dts.Tasks.ScriptTask namespace contains the classes that define the Script task and provide support for custom scripting. The ScriptTask class defines the Script task itself. When writing custom script within the Script task, the developer interacts with package objects outside the Script task by using the Dts object, which is an instance of the ScriptObjectModel class.

類別

  類別 描述
公用類別 EventsObjectWrapper 基礎結構。
公用類別 ScriptObjectModel Gives the developer of the Script task programmatic access to objects defined in the package through the global Dts object. The Dts object is an instance of the ScriptObjectModel class.
公用類別 ScriptTask Defines the classes for the Script task, which lets developers write custom code to perform functions that are not available in the built-in tasks provided by Integration Services.
公用類別 ScriptTaskUI 基礎結構。
公用類別 STHostItemProvider 基礎結構。
公用類別 STHostTypeMapProvider 基礎結構。
公用類別 UnrecognizedScriptLanguageException 基礎結構。
公用類別 VSTARTScriptObjectModelBase 基礎結構。
公用類別 VSTATaskScriptingEngine 基礎結構。