Поделиться через


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

Пароль каталога.

Применяется к