SQL Server Integration Services: Difference between revisions

Content deleted Content added
Openhazel (talk | contribs)
m External links: Moved official sites above unofficial site
Line 58:
 
==Extensibility and Programmabiltiy==
Users may write code to define their own connection objects, log providers, transforms, and tasks.
 
SSIS features a programmable object model which allows developers to write their own hosts for package execution. Such a host can respond to events, start and stop packages, and so on. The object model also allows developers to create, store, and load packages, as well as create, destroy, and modify any of the contained objects.