Freigeben über


ScriptComponent-Member

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.

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

Konstruktoren

  Name Beschreibung
Öffentliche Methode ScriptComponent Initializes a new instance of the ScriptComponent class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AcquireConnections Obtains a connection or connection information by using a connection manager.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetColumnIndexes Infrastruktur.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Log Writes a log entry.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode PostExecute Executes custom code that must run after the Script component has processed its inputs and outputs.
Öffentliche Methode PreExecute Executes custom code that must run before the Script component has processed its inputs and outputs.
Öffentliche Methode PrimeOutput Prepares the outputs in Script components, such as sources and transformations with asynchronous outputs, that add new rows to the output buffers.
Öffentliche Methode ProcessInput Processes the inputs in Script components, such as transformations and destinations, that receive inputs from upstream components.
Öffentliche Methode ReleaseConnections Releases a connection to a connection manager.
Öffentliche Methode SetBufferColumnIndexes Infrastruktur.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ComponentMetaData Returns a reference to the component definition.
Öffentliche Eigenschaft ReadOnlyVariables Returns the collection of ReadOnlyVariables available to the component.
Öffentliche Eigenschaft ReadWriteVariables Returns the collection of ReadWriteVariables available to the component.
Öffentliche Eigenschaft VariableDispenser Returns an object that the data flow uses internally to work with variables.

Zum Anfang