CatalogCollection 构造函数 (IntegrationServices)

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

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public Sub New ( _
    parent As IntegrationServices _
)
用法
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
)

参数

请参阅

参考

CatalogCollection 类

CatalogCollection 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间