Interface IDtsConnectionBaseService

Provides a base service that can be used to create new connection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Public Interface IDtsConnectionBaseService
'Utilisation
Dim instance As IDtsConnectionBaseService
public interface IDtsConnectionBaseService
public interface class IDtsConnectionBaseService
type IDtsConnectionBaseService =  interface end
public interface IDtsConnectionBaseService

Le type IDtsConnectionBaseService expose les membres suivants.

Propriétés

  Nom Description
Propriété publique IsDesignerOnline Gets a value that indicates whether the designer is working in an online mode.

Haut de la page

Méthodes

  Nom Description
Méthode publique CreateConnection(String) Creates a new connection using the specified connection type.
Méthode publique CreateConnection(String, ConnectionManagerUIArgs) Creates a new connection using the specified connection type and argument.
Méthode publique GetConnections Retrieves all connection managers in the current package.
Méthode publique GetConnectionsOfType Returns all connections of the specified type found in the current package.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Design