共用方式為


ConnectionManagerItem.ConnectionManager 屬性

Gets the connection manager for the object.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public ReadOnly Property ConnectionManager As ConnectionManager 
    Get
'用途
Dim instance As ConnectionManagerItem 
Dim value As ConnectionManager 

value = instance.ConnectionManager
public ConnectionManager ConnectionManager { get; }
public:
property ConnectionManager^ ConnectionManager {
    ConnectionManager^ get ();
}
member ConnectionManager : ConnectionManager
function get ConnectionManager () : ConnectionManager

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The connection manager.

請參閱

參考

ConnectionManagerItem 類別

Microsoft.SqlServer.Dts.Runtime 命名空間