IDtsConnectionBaseService Interface

Definition

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)

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(String)

Returns all connections of the specified type found in the current package.

Applies to