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 | |
---|---|---|
IsDesignerOnline | Gets a value that indicates whether the designer is working in an online mode. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CreateConnection(String) | Creates a new connection using the specified connection type. | |
CreateConnection(String, ConnectionManagerUIArgs) | Creates a new connection using the specified connection type and argument. | |
GetConnections | Retrieves all connection managers in the current package. | |
GetConnectionsOfType | Returns all connections of the specified type found in the current package. |
Haut de la page