Compartir a través de


ScriptComponent Miembros

Serves as the base class for the read-only UserComponent class generated by the Script component in the ComponentWrapper project item in a Script component project.

El tipo ScriptComponent expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ScriptComponent Initializes a new instance of the ScriptComponent class.

Principio

Métodos

  Nombre Descripción
Método publico AcquireConnections Obtains a connection or connection information by using a connection manager.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetColumnIndexes Infraestructura.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico Log Writes a log entry.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico PostExecute Executes custom code that must run after the Script component has processed its inputs and outputs.
Método publico PreExecute Executes custom code that must run before the Script component has processed its inputs and outputs.
Método publico PrimeOutput Prepares the outputs in Script components, such as sources and transformations with asynchronous outputs, that add new rows to the output buffers.
Método publico ProcessInput Processes the inputs in Script components, such as transformations and destinations, that receive inputs from upstream components.
Método publico ReleaseConnections Releases a connection to a connection manager.
Método publico SetBufferColumnIndexes Infraestructura.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ComponentMetaData Returns a reference to the component definition.
Propiedad pública ReadOnlyVariables Returns the collection of ReadOnlyVariables available to the component.
Propiedad pública ReadWriteVariables Returns the collection of ReadWriteVariables available to the component.
Propiedad pública VariableDispenser Returns an object that the data flow uses internally to work with variables.

Principio