ScriptComponent 成員

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.

ScriptComponent 型別公開下列成員。

建構函式

  名稱 描述
公用方法 ScriptComponent Initializes a new instance of the ScriptComponent class.

頂端

方法

  名稱 描述
公用方法 AcquireConnections Obtains a connection or connection information by using a connection manager.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetColumnIndexes 基礎結構。
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 Log Writes a log entry.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 PostExecute Executes custom code that must run after the Script component has processed its inputs and outputs.
公用方法 PreExecute Executes custom code that must run before the Script component has processed its inputs and outputs.
公用方法 PrimeOutput Prepares the outputs in Script components, such as sources and transformations with asynchronous outputs, that add new rows to the output buffers.
公用方法 ProcessInput Processes the inputs in Script components, such as transformations and destinations, that receive inputs from upstream components.
公用方法 ReleaseConnections Releases a connection to a connection manager.
公用方法 SetBufferColumnIndexes 基礎結構。
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 ComponentMetaData Returns a reference to the component definition.
公用屬性 ReadOnlyVariables Returns the collection of ReadOnlyVariables available to the component.
公用屬性 ReadWriteVariables Returns the collection of ReadWriteVariables available to the component.
公用屬性 VariableDispenser Returns an object that the data flow uses internally to work with variables.

頂端