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