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