ConnectionManagerItem.Load(IDTSEvents, Stream) 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.
Loads the connection manager.
public:
void Load(Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ events, System::IO::Stream ^ stream);
public void Load (Microsoft.SqlServer.Dts.Runtime.IDTSEvents events, System.IO.Stream stream);
member this.Load : Microsoft.SqlServer.Dts.Runtime.IDTSEvents * System.IO.Stream -> unit
Public Sub Load (events As IDTSEvents, stream As Stream)
Parameters
- events
- IDTSEvents
The event.
- stream
- Stream
The stream.