次の方法で共有


ConnectionManagerItem.ConnectionManager プロパティ

オブジェクトの接続マネージャーを取得します。

名前空間:  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
接続マネージャーです。

関連項目

参照

ConnectionManagerItem クラス

Microsoft.SqlServer.Dts.Runtime 名前空間