Поделиться через


Свойство Project.ConnectionManagerItems

Gets the connection manager items of the project. The connection managers are shared across all packages.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public ReadOnly Property ConnectionManagerItems As ConnectionManagerItems 
    Get
'Применение
Dim instance As Project 
Dim value As ConnectionManagerItems 

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

Значение свойства

Тип: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItems
The connection manager items of the project.

См. также

Справочник

Project Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime