DataRecordset.DataConnection property (Visio)
Returns the DataConnection object associated with the DataRecordset object. Read-only.
Note
This Visio object or member is available only to licensed users of Visio Professional 2013.
Syntax
expression.DataConnection
expression An expression that returns a DataRecordset object.
Return value
DataConnection
Remarks
You can get the connection string associated with a data recordset by first using the DataConnection property to get the DataConnection object associated with the data recordset and then getting the DataConnection.ConnectionString property value.
The DataConnection property returns Nothing for "connectionless" DataRecordset objects—those that are created by using the DataRecordsets.AddFromXML method.
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.