共用方式為


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.

ScriptObjectModel 型別公開下列成員。

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 Log Logs an entry to all enabled log providers.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 Connections Returns the Connections collection of existing connections defined in the package that contains the Script task.
公用屬性 Events Returns the IDTSComponentEvents collection of existing events defined in the package that contains the Script task.
公用屬性 ExecutionValue Gets or sets a user-defined object that provides additional information about the results of task execution.
公用屬性 TaskResult Returns the DTSExecResult of the Script task.
公用屬性 Transaction Returns the transaction associated with the container of the Script task.
公用屬性 VariableDispenser Returns the VariableDispenser that can be used within the Script task to work with existing variables.
公用屬性 Variables Returns the Variables collection of existing variables defined in the package that contains the Script task.

頂端