Condividi tramite


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

Il tipo ScriptObjectModel espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo pubblico Log Logs an entry to all enabled log providers.
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

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

In alto