Freigeben über


ConnectionManagerItems-Konstruktor

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
)

Parameter

Siehe auch

Verweis

ConnectionManagerItems Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace