IDtsConnectionService-Member

Provides a service that can be used by various user interfaces to create new connections.

Der IDtsConnectionService-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode AddConnectionToPackage Adds existing connections to a package designer so that the designer is aware of a new connection manager
Öffentliche Methode CreateConnection(String) Creates a new connection using the connection type specified as a parameter.
Öffentliche Methode CreateConnection(String, ConnectionManagerUIArgs) Creates a new connection using the connection type specified as a parameter.
Öffentliche Methode CreateConnectionFromDataSource Displays a list of existing data sources and allows users to create connection managers based on data sources.
Öffentliche Methode EditConnection(ConnectionManager) Edits a specific existing connection and returns a value that indicates whether the connection was modified.
Öffentliche Methode EditConnection(ConnectionManager, ConnectionManagerUIArgs) Edits a specific existing connection and returns a value to indicate whether the connection was modified.
Öffentliche Methode GetAMOObject Retrieves the AMO object for an OLAP connection.
Ö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.
Öffentliche Methode GetDataSource Retrieves the DataSource object for a connection.
Öffentliche Methode SetDataSourceID Allows the connection string for a run-time connection manager to be in synchronization with the connection string of a Data Source object, if both are in the same project. This synchronization is done whenever a package is opened in the designer.
Öffentliche Methode SetReferencedProject Sets the referenced project to a connection manager.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsDesignerOnline Gets or sets a Boolean indicating whether the designer is working in an offline mode or online mode.

Zum Anfang