Поделиться через


Элементы 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.

В начало