Construtor ConnectionManagerItems
Initializes a new instance of the ConnectionManagerItems class.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Sub New ( _
project As Project _
)
'Uso
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
)
Parâmetros
- project
Tipo: Microsoft.SqlServer.Dts.Runtime.Project
The project.