Project.ConnectionManagerItems Property

Definition

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

public:
 property Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItems ^ ConnectionManagerItems { Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItems ^ get(); };
public Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItems ConnectionManagerItems { get; }
member this.ConnectionManagerItems : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItems
Public ReadOnly Property ConnectionManagerItems As ConnectionManagerItems

Property Value

The connection manager items of the project.

Applies to