DataRecordset.DataAsXML property (Visio)

Returns an XML string that fully describes a data recordset and conforms to the Microsoft ActiveX® Data Objects (ADO) classic XML schema. Read-only.

Note

This Visio object or member is available only to licensed users of Visio Professional 2013.

Syntax

expression.DataAsXML

expression An expression that returns a DataRecordset object.

Return value

String

Remarks

The string returned by DataAsXML contains all the rows in the data recordset with Microsoft Visio row IDs pre-pended to them.

The string returned by DataAsXML contains all the valid rows and columns in the data recordset that was imported as well as an additional column, named Visio_RowID, inserted as the first column, that assigns a unique row ID to each row in the data recordset.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.