0 out of 1 rated this helpful - Rate this topic

Catalog Constructor

SQL Server 2012

Initializes a new instance of the Catalog class with the specified parent, name and password.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
public Catalog(
	IntegrationServices parent,
	string name,
	string password
)

Parameters

parent
Type: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
The parent of the catalog.
name
Type: System.String
The name of the catalog.
password
Type: System.String
The password of the catalog.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.