Поделиться через


Элементы 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.

В начало