다음을 통해 공유


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.

맨 위로 이동