Freigeben über


IDtsConnectionBaseService-Schnittstelle

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
Public Interface IDtsConnectionBaseService
'Usage
Dim instance As IDtsConnectionBaseService
public interface IDtsConnectionBaseService
public interface class IDtsConnectionBaseService
type IDtsConnectionBaseService =  interface end
public interface IDtsConnectionBaseService

Der IDtsConnectionBaseService-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsDesignerOnline Gets a value that indicates whether the designer is working in an online mode.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CreateConnection(String) Creates a new connection using the specified connection type.
Öffentliche Methode CreateConnection(String, ConnectionManagerUIArgs) Creates a new connection using the specified connection type and argument.
Öffentliche Methode GetConnections Retrieves all connection managers in the current package.
Öffentliche Methode GetConnectionsOfType Returns all connections of the specified type found in the current package.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Design-Namespace