IDtsConnectionService Interface
Provides a service that can be used by various user interfaces to create new connections.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Syntax
'Deklaracja
Public Interface IDtsConnectionService
public interface IDtsConnectionService
public interface class IDtsConnectionService
public interface IDtsConnectionService
public interface IDtsConnectionService
Remarks
This service can be used by any kind of user interface, whether that be a task, connection manager, transform, log provider, or others.
Example
The following code example shows the use of the IDtsConnectionService.
IDtsConnectionService dtsConnectionService = serviceProvider.GetService(typeof(IDtsConnectionService)) as IDtsConnectionService;
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.