PackageRemote32Class.SaveToXML Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Saves the package to memory in an XML format.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub SaveToXML ( _
pDoc As Object, _
pNode As Object, _
pEvents As IDTSEvents100 _
)
'Usage
Dim instance As PackageRemote32Class
Dim pDoc As Object
Dim pNode As Object
Dim pEvents As IDTSEvents100
instance.SaveToXML(pDoc, pNode, pEvents)
public virtual void SaveToXML(
Object pDoc,
Object pNode,
IDTSEvents100 pEvents
)
public:
virtual void SaveToXML(
[InAttribute] Object^ pDoc,
[InAttribute] Object^ pNode,
[InAttribute] IDTSEvents100^ pEvents
)
abstract SaveToXML :
pDoc:Object *
pNode:Object *
pEvents:IDTSEvents100 -> unit
override SaveToXML :
pDoc:Object *
pNode:Object *
pEvents:IDTSEvents100 -> unit
public function SaveToXML(
pDoc : Object,
pNode : Object,
pEvents : IDTSEvents100
)
Parameters
- pDoc
Type: System.Object
The document to which to save the information.
- pNode
Type: System.Object
The node within the document to which to save the information.
- pEvents
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
An IDTSEvents100 interface.
Implements
IDTSPersist100.SaveToXML(Object, Object, IDTSEvents100)