Interface IDtsConnectionService
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 (dans Microsoft.SqlServer.Dts.Design.dll)
Syntaxe
'Déclaration
Public Interface IDtsConnectionService
'Utilisation
Dim instance As IDtsConnectionService
public interface IDtsConnectionService
public interface class IDtsConnectionService
type IDtsConnectionService = interface end
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.
Exemples
The following code example shows the use of the IDtsConnectionService.
IDtsConnectionService dtsConnectionService = serviceProvider.GetService(typeof(IDtsConnectionService)) as IDtsConnectionService;
Voir aussi