Catalog 构造函数

定义

重载

名称 说明
Catalog(IntegrationServices)
Catalog(IntegrationServices, String, String)

初始化一个新的类实例 Catalog ,使用指定的父级、名称和密码。

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)

参数

适用于

Catalog(IntegrationServices, String, String)

初始化一个新的类实例 Catalog ,使用指定的父级、名称和密码。

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)

参数

parent
IntegrationServices

目录的母公司。

name
String

目录的名称。

password
String

目录的密码。

适用于