Extending Packages with Custom Objects

새 설치: 2005년 12월 5일

If you find that the components provided in 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 more advanced of the two options — extending packages with custom objects.

When your custom Integration Services solution requires more flexibility than the Script task and the Script component provide, or when you need a component that you can reuse in multiple packages, the Integration Services object model lets you build custom tasks, data flow components, and other package objects in managed code from the ground up.

섹션 내용

Topic Description

Developing Custom Objects for Integration Services

Discusses the custom objects that can be created for Integration Services, and summarizes the essential steps and settings.

Persisting Custom Objects

Discusses the default persistence of custom objects, and the process of implementing custom persistence.

Building, Deploying, and Debugging Custom Objects

Discusses the common approaches to building, deploying and testing the various types of custom objects.

Creating a Custom Task

Describes the process of coding a custom task.

Creating a Custom Connection Manager

Describes the process of coding a custom connection manager.

Creating a Custom Log Provider

Describes the process of coding a custom log provider.

Creating a Custom Foreach Enumerator

Describes the process of coding a custom enumerator.

Developing a Custom Data Flow Component

Discusses how to program custom data flow sources, transformations, and destinations.

참조

Topic Description

Integration Services Error and Message Reference

Lists the predefined Integration Services error codes with their symbolic names and descriptions.

관련 섹션

Topic Description

Integration Services Programming

Introduces Integration Services programming concepts.

Extending Packages with Scripting

Discusses how to extend the control flow by using the Script task, or extend the data flow by using the Script component.

Building Packages Programmatically

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.

참고 항목

참조

Comparing Scripting Solutions and Custom Objects

개념

Integration Services Programming

관련 자료

SQL Server Integration Services
Integration Services 개발자 정보 센터
Integration Services 개발의 향상된 기능

도움말 및 정보

SQL Server 2005 지원 받기