Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the connection manager.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub Load ( _
events As IDTSEvents, _
stream As Stream _
)
'Usage
Dim instance As ConnectionManagerItem
Dim events As IDTSEvents
Dim stream As Stream
instance.Load(events, stream)
public void Load(
IDTSEvents events,
Stream stream
)
public:
void Load(
IDTSEvents^ events,
Stream^ stream
)
member Load :
events:IDTSEvents *
stream:Stream -> unit
public function Load(
events : IDTSEvents,
stream : Stream
)
Parameters
- events
Type: Microsoft.SqlServer.Dts.Runtime.IDTSEvents
The event.
- stream
Type: System.IO.Stream
The stream.