DataRecordset.DataConnection Property

Visio Automation Reference

Returns the DataConnection object associated with the DataRecordset object. Read-only.

ms195826.vs_note(en-us,office.12).gif  Note
This Visio object or member is available only to licensed users of Microsoft Office Visio Professional 2007.

Version Information
 Version Added:  Visio 2007

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.

See Also