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 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동