Posted On: Feb 22, 2018
The components in SISS include the data flow, control flow, package explorer and event handler. All of these components come in the package after installing the SISS application from Microsoft. Other important components include runtime engine, flow pipeline engine, SISS window service, and SISS object model. We use a runtime engine to manage the workflow of the SISS package. The flow pipeline engine helps to transform the source data to its respective destination. It also helps with the in-memory transformations.
Never Miss an Articles from us.
The SISS package is available for installation online and it is an organized set of connections. These connections include event handlers, data flow elements, control events, variables, parameters, an...
Containers are helpful in grouping different tasks together. Each one of them has a purpose that helps in performing various tasks. Here is a list of containers.Loop containersWhen we have to ...
In SISS, we define a task to be the work that needs to be completed for a particular command. This is very similar to the tasks in programming languages. In these languages, a task is done when code i...