Share via


CatalogCollection Constructor (IntegrationServices)

Initializes a new instance of the CatalogCollection class with the specified parent.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As IntegrationServices _
)
'Usage
Dim parent As IntegrationServices 

Dim instance As New CatalogCollection(parent)
public CatalogCollection(
    IntegrationServices parent
)
public:
CatalogCollection(
    IntegrationServices^ parent
)
new : 
        parent:IntegrationServices -> CatalogCollection
public function CatalogCollection(
    parent : IntegrationServices
)

Parameters

See Also

Reference

CatalogCollection Class

CatalogCollection Overload

Microsoft.SqlServer.Management.IntegrationServices Namespace