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 命名空间