Свойство 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