IDtsConnectionBaseService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a base service that can be used to create new connection.
public interface class IDtsConnectionBaseService
public interface IDtsConnectionBaseService
type IDtsConnectionBaseService = interface
Public Interface IDtsConnectionBaseService
- Derived
Properties
IsDesignerOnline |
Gets a value that indicates whether the designer is working in an online mode. |
Methods
CreateConnection(String, ConnectionManagerUIArgs) |
Creates a new connection using the specified connection type and argument. |
CreateConnection(String) |
Creates a new connection using the specified connection type. |
GetConnections() |
Retrieves all connection managers in the current package. |
GetConnectionsOfType(String) |
Returns all connections of the specified type found in the current package. |