Compartilhar via


Membros 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.

O tipo ScriptObjectModel expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Log Logs an entry to all enabled log providers.
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Connections Returns the Connections collection of existing connections defined in the package that contains the Script task.
Propriedade pública Events Returns the IDTSComponentEvents collection of existing events defined in the package that contains the Script task.
Propriedade pública ExecutionValue Gets or sets a user-defined object that provides additional information about the results of task execution.
Propriedade pública TaskResult Returns the DTSExecResult of the Script task.
Propriedade pública Transaction Returns the transaction associated with the container of the Script task.
Propriedade pública VariableDispenser Returns the VariableDispenser that can be used within the Script task to work with existing variables.
Propriedade pública Variables Returns the Variables collection of existing variables defined in the package that contains the Script task.

Início