共用方式為


IDtsConnectionService Interface

Provides a service that can be used by various user interfaces to create new connections.

命名空間: Microsoft.SqlServer.Dts.Runtime.Design
組件: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

語法

'宣告
Public Interface IDtsConnectionService
public interface IDtsConnectionService
public interface class IDtsConnectionService
public interface IDtsConnectionService
public interface IDtsConnectionService

備註

This service can be used by any kind of user interface, whether that be a task, connection manager, transform, log provider, or others.

範例

The following code example shows the use of the IDtsConnectionService.

IDtsConnectionService dtsConnectionService = serviceProvider.GetService(typeof(IDtsConnectionService)) as IDtsConnectionService;

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

IDtsConnectionService Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace