Catalog Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Catalog(IntegrationServices) | |
Catalog(IntegrationServices, String, String) |
Initializes a new instance of the Catalog class with the specified parent, name and password. |
Catalog(IntegrationServices)
public:
Catalog(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent);
public Catalog (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent);
new Microsoft.SqlServer.Management.IntegrationServices.Catalog : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices -> Microsoft.SqlServer.Management.IntegrationServices.Catalog
Public Sub New (parent As IntegrationServices)
Parameters
- parent
- IntegrationServices
Applies to
Catalog(IntegrationServices, String, String)
Initializes a new instance of the Catalog class with the specified parent, name and password.
public:
Catalog(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent, System::String ^ name, System::String ^ password);
public Catalog (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent, string name, string password);
new Microsoft.SqlServer.Management.IntegrationServices.Catalog : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices * string * string -> Microsoft.SqlServer.Management.IntegrationServices.Catalog
Public Sub New (parent As IntegrationServices, name As String, password As String)
Parameters
- parent
- IntegrationServices
The parent of the catalog.
- name
- String
The name of the catalog.
- password
- String
The password of the catalog.