IDtsConnectionService Interface
Provides a service that can be used by various user interfaces to create new connections.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Design
Assembly : Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Sintassi
'Dichiarazione
Public Interface IDtsConnectionService
public interface IDtsConnectionService
public interface class IDtsConnectionService
public interface IDtsConnectionService
public interface IDtsConnectionService
Osservazioni
This service can be used by any kind of user interface, whether that be a task, connection manager, transform, log provider, or others.
Esempio
The following code example shows the use of the IDtsConnectionService.
IDtsConnectionService dtsConnectionService = serviceProvider.GetService(typeof(IDtsConnectionService)) as IDtsConnectionService;
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
IDtsConnectionService Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace