Share via


ConnectionManagerItems Constructor

Initializes a new instance of the ConnectionManagerItems class.

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

Syntax

'Declaration
Public Sub New ( _
    project As Project _
)
'Usage
Dim project As Project 

Dim instance As New ConnectionManagerItems(project)
public ConnectionManagerItems(
    Project project
)
public:
ConnectionManagerItems(
    Project^ project
)
new : 
        project:Project -> ConnectionManagerItems
public function ConnectionManagerItems(
    project : Project
)

Parameters

See Also

Reference

ConnectionManagerItems Class

Microsoft.SqlServer.Dts.Runtime Namespace