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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Loads component information from XML.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub LoadFromXML ( _
pDOMElement As Object, _
pEvents As IDTSInfoEvents100 _
)
'Usage
Dim instance As IDTSComponentPersist100
Dim pDOMElement As Object
Dim pEvents As IDTSInfoEvents100
instance(pDOMElement, pEvents)
void LoadFromXML(
Object pDOMElement,
IDTSInfoEvents100 pEvents
)
void LoadFromXML(
[InAttribute] Object^ pDOMElement,
IDTSInfoEvents100^ pEvents
)
abstract LoadFromXML :
pDOMElement:Object *
pEvents:IDTSInfoEvents100 -> unit
function LoadFromXML(
pDOMElement : Object,
pEvents : IDTSInfoEvents100
)
Parameters
- pDOMElement
Type: System.Object
The element that contains the information to be loaded.
- pEvents
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
An object that implements the IDTSInfoEvents100 interface for raising events (errors, warnings, and so on) during persistence.