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
)
參數
- parent
型別:Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
The parent of the catalog.