共用方式為


ConnectionManager Class

Provides the information that you must have to connect to a data source. All classes that inherit from the ConnectionManager contain the same properties and methods. The ConnectionManager class isolates the implementation details of the different connection types from the runtime. This enables the runtime to interact with each connection manager in a consistent and predictable manner. Connection managers contain a set of stock properties that all connections have in common, such as the Name, ID, Description, and ConnectionString. However, each connection type has additional properties that are specific to that connection type. These can be accessed through the Properties collection.This class cannot be inherited.

命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

語法

'宣告
Public NotInheritable Class ConnectionManager
    Inherits DtsObject
    Implements IDTSObjectHost, IDTSPersist, IDTSName, IComponent, _
    IDisposable, IDTSPropertiesProvider, IDTSPackagePath
public sealed class ConnectionManager : DtsObject, IDTSObjectHost, IDTSPersist, IDTSName, 
    IComponent, IDisposable, IDTSPropertiesProvider, IDTSPackagePath
public ref class ConnectionManager sealed : public DtsObject, IDTSObjectHost, IDTSPersist, IDTSName, 
    IComponent, IDisposable, IDTSPropertiesProvider, IDTSPackagePath
public final class ConnectionManager extends DtsObject implements IDTSObjectHost, IDTSPersist, 
    IDTSName, IComponent, IDisposable, IDTSPropertiesProvider, IDTSPackagePath
public final class ConnectionManager extends DtsObject implements IDTSObjectHost, IDTSPersist, 
    IDTSName, IComponent, IDisposable, IDTSPropertiesProvider, IDTSPackagePath

備註

A connection manager is a logical representation of a connection. At design time, in the graphical user interface, you use a connection manager to describe the physical connection that the runtime creates when the package runs. Integration Services provides different types of connection managers that enable packages to connect to a variety of data sources. For example, there is an ActiveX Data Objects (ADO) connection manager, an ADO.NET connection manager, an ODBC connection manager, and so on. For more information, see 連接管理員.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.ConnectionManager

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

ConnectionManager Members
Microsoft.SqlServer.Dts.Runtime Namespace