SQL Server Integration Services: Difference between revisions

Content deleted Content added
m Extensibility and programmability: cites, typos, copyedit
m cite tag cleanups
Line 22:
 
===Features of the data flow task===
SSIS provides the following built-in transformations:<ref>{{cite web|title=Integration Services Transformations|url=http://msdn.microsoft.com/en-us/library/ms141713.aspx|work=Microsoft Developer Network |publisher=Microsoft |accessdate=22 March 2013}}}}</ref>
 
* Conditional Split
Line 56:
 
==Extensibility and programability==
Users may write code to define their own connection objects, log providers, transforms, and tasks.<ref>{{cite web|title=Developing a Custom Data Flow Component|url=http://msdn.microsoft.com/en-us/library/ms136078.aspx|work=Microsoft Developer Network |publisher=Microsoft |accessdate=22 March 2013}}</ref><ref>{{cite web|title=Developing a Custom Task|url=http://msdn.microsoft.com/en-us/library/ms135965.aspx|work=Microsoft Developer Network |publisher=Microsoft |accessdate=22 March 2013}}</ref>
 
SSIS features a programmable object model that 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.