IDtsLogProviderUI.Initialize メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ログ プロバイダーのユーザー インターフェイスを初期化します。
public:
void Initialize(Microsoft::SqlServer::Dts::Runtime::LogProvider ^ logProvider, Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::Variables ^ variables, IServiceProvider ^ serviceProvider);
public void Initialize (Microsoft.SqlServer.Dts.Runtime.LogProvider logProvider, Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.Variables variables, IServiceProvider serviceProvider);
abstract member Initialize : Microsoft.SqlServer.Dts.Runtime.LogProvider * Microsoft.SqlServer.Dts.Runtime.Connections * Microsoft.SqlServer.Dts.Runtime.Variables * IServiceProvider -> unit
Public Sub Initialize (logProvider As LogProvider, connections As Connections, variables As Variables, serviceProvider As IServiceProvider)
パラメーター
- logProvider
- LogProvider
使用されているログ プロバイダーです。
- connections
- Connections
パッケージの Connections コレクションです。
- serviceProvider
- IServiceProvider
登録されているサービスを取得するために使用されるオブジェクトです。