Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Initializes the connection manager user interface. This method is called when you need to create connections of a specific type.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Sub Initialize ( _
connectionManager As ConnectionManager, _
serviceProvider As IServiceProvider _
)
'Usage
Dim instance As IDtsConnectionManagerUI
Dim connectionManager As ConnectionManager
Dim serviceProvider As IServiceProvider
instance.Initialize(connectionManager, _
serviceProvider)
void Initialize(
ConnectionManager connectionManager,
IServiceProvider serviceProvider
)
void Initialize(
ConnectionManager^ connectionManager,
IServiceProvider^ serviceProvider
)
abstract Initialize :
connectionManager:ConnectionManager *
serviceProvider:IServiceProvider -> unit
function Initialize(
connectionManager : ConnectionManager,
serviceProvider : IServiceProvider
)
Parameters
- connectionManager
Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The connection manager to initialize.
- serviceProvider
Type: System.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.