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

目录的密码。

适用于