Freigeben über


ScriptObjectModel-Member

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.

Der ScriptObjectModel-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Log Logs an entry to all enabled log providers.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Connections Returns the Connections collection of existing connections defined in the package that contains the Script task.
Öffentliche Eigenschaft Events Returns the IDTSComponentEvents collection of existing events defined in the package that contains the Script task.
Öffentliche Eigenschaft ExecutionValue Gets or sets a user-defined object that provides additional information about the results of task execution.
Öffentliche Eigenschaft TaskResult Returns the DTSExecResult of the Script task.
Öffentliche Eigenschaft Transaction Returns the transaction associated with the container of the Script task.
Öffentliche Eigenschaft VariableDispenser Returns the VariableDispenser that can be used within the Script task to work with existing variables.
Öffentliche Eigenschaft Variables Returns the Variables collection of existing variables defined in the package that contains the Script task.

Zum Anfang