Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Saves the definition of the task, in XML format, into the XML definition of the package.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly : Microsoft.SqlServer.DataProfilingTask (en Microsoft.SqlServer.DataProfilingTask.dll)
Syntaxe
'Déclaration
Public Sub SaveToXML ( _
doc As XmlDocument, _
infoEvents As IDTSInfoEvents _
)
'Utilisation
Dim instance As DataProfilingTask
Dim doc As XmlDocument
Dim infoEvents As IDTSInfoEvents
instance.SaveToXML(doc, infoEvents)
public void SaveToXML(
XmlDocument doc,
IDTSInfoEvents infoEvents
)
public:
virtual void SaveToXML(
XmlDocument^ doc,
IDTSInfoEvents^ infoEvents
) sealed
abstract SaveToXML :
doc:XmlDocument *
infoEvents:IDTSInfoEvents -> unit
override SaveToXML :
doc:XmlDocument *
infoEvents:IDTSInfoEvents -> unit
public final function SaveToXML(
doc : XmlDocument,
infoEvents : IDTSInfoEvents
)
Paramètres
- doc
Type : System.Xml.XmlDocument
The XmlNode that contains the information to be saved.
- infoEvents
Type : Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents
An object that implements the IDTSInfoEvents interface, through which the method can raise events to the package.
Implémente
IDTSComponentPersist.SaveToXML(XmlDocument, IDTSInfoEvents)
Notes
For more information about the inherited SaveToXML method, see SaveToXML.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Dts.Tasks.DataProfilingTask