IDtsConnectionManagerUI.Initialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the connection manager user interface. This method is called when you need to create connections of a specific type.
public:
void Initialize(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connectionManager, IServiceProvider ^ serviceProvider);
public void Initialize (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connectionManager, IServiceProvider serviceProvider);
abstract member Initialize : Microsoft.SqlServer.Dts.Runtime.ConnectionManager * IServiceProvider -> unit
Public Sub Initialize (connectionManager As ConnectionManager, serviceProvider As IServiceProvider)
Parameters
- connectionManager
- ConnectionManager
The connection manager to initialize.
- serviceProvider
- IServiceProvider
The object used to get registered services. Defines a mechanism for retrieving services offered by the designer for such activities as monitoring changes to components.