IDTSPackagePersist100.LoadPackageFromXML 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 package from an XML format.
public:
void LoadPackageFromXML(System::Object ^ vSource, bool vbSourceIsLocation, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(2)]
public void LoadPackageFromXML (object vSource, bool vbSourceIsLocation, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member LoadPackageFromXML : obj * bool * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 -> unit
Public Sub LoadPackageFromXML (vSource As Object, vbSourceIsLocation As Boolean, pEvents As IDTSEvents100)
Parameters
- vSource
- Object
The source of the package.
- vbSourceIsLocation
- Boolean
true to indicate that the source is a location; otherwise, false.
- pEvents
- IDTSEvents100
An object that implements the IDTSEvents100 interface for firing events (errors, warnings, and so on) during persistence.
- Attributes