다음을 통해 공유


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 인프라