Share via


Project.ConnectionManagerItems Property

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property ConnectionManagerItems As ConnectionManagerItems 
    Get
'Usage
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

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItems
The connection manager items of the project.

See Also

Reference

Project Class

Microsoft.SqlServer.Dts.Runtime Namespace