Extending Packages with Scripting
Nuevo: 5 de diciembre de 2005
If you find that the built-in components Integration Services do not meet your requirements, you can extend the power of Integration Services by coding your own extensions. You have two discrete options for extending your packages: you can write code within the powerful wrappers provided by the Script task and the Script component, or you can create custom Integration Services extensions from scratch by deriving from the base classes provided by the Integration Services object model.
This section explores the simpler of the two options — extending packages with scripting.
The Script task and the Script component let you extend both the control flow and the data flow of an Integration Services package with very little coding. Both objects use the powerful Visual Studio for Applications (VSA) development environment and the Visual Basic .NET programming language, and benefit from all the functionality offered by the Microsoft .NET Framework class library as well as custom assemblies. The Script task and the Script component let the developer create custom functionality without having to write all the infrastructure code that is typically required when developing a custom task or custom data flow component.
En esta sección
Topic | Description |
---|---|
Discusses the similarities and differences between the Script task and the Script component. |
|
Discusses the criteria to use in choosing between a scripting solution and the development of a custom object. |
|
Discusses the steps required to reference and use external assemblies and namespaces in a scripting project. |
|
Discusses how to create custom tasks by using the Script task. A task is typically called one time per package execution, or one time for each data source opened by a package. |
|
Discusses how to create custom data flow sources, transformations, and destinations by using the Script component. A data flow component is typically called one time for each row of data that is processed. |
Referencia
Topic | Description |
---|---|
Lists the predefined Integration Services error codes with their symbolic names and descriptions. |
Secciones relacionadas
Topic | Description |
---|---|
Introduces Integration Services programming concepts. |
|
Discusses how to create program custom tasks, data flow components, and other package objects for use in multiple packages. |
|
Describes how to create, configure, run, load, save, and manage Integration Services packages programmatically. |
|
Lists and describes the Integration Services programming samples that are available as an optional installation component. |
Vea también
Conceptos
Integration Services Programming
Otros recursos
SQL Server Integration Services
Centro de información del programador de Integration Services
Mejoras de desarrollo en Integration Services