Catalog コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- parent
- 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
カタログのパスワードです。