IDtsLogProviderUI.Initialize Method
Initializes the log provider user interface.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Syntax
'Declaration
Sub Initialize ( _
logProvider As LogProvider, _
connections As Connections, _
variables As Variables, _
serviceProvider As IServiceProvider _
)
void Initialize (
LogProvider logProvider,
Connections connections,
Variables variables,
IServiceProvider serviceProvider
)
void Initialize (
LogProvider^ logProvider,
Connections^ connections,
Variables^ variables,
IServiceProvider^ serviceProvider
)
void Initialize (
LogProvider logProvider,
Connections connections,
Variables variables,
IServiceProvider serviceProvider
)
function Initialize (
logProvider : LogProvider,
connections : Connections,
variables : Variables,
serviceProvider : IServiceProvider
)
Parameters
- logProvider
The log provider being used.
- connections
The Connections collection for the package.
- variables
The Variables collection for the package.
- serviceProvider
The object used to get registered services.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
IDtsLogProviderUI Interface
IDtsLogProviderUI Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace