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

カタログのパスワードです。

適用対象