Partager via


IDtsConnectionService Interface

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

Espace de noms: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

Syntaxe

'Déclaration
Public Interface IDtsConnectionService
public interface IDtsConnectionService
public interface class IDtsConnectionService
public interface IDtsConnectionService
public interface IDtsConnectionService

Notes

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

Exemple

The following code example shows the use of the IDtsConnectionService.

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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