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 Microsoft Visio Professional 2010 or Visio Premium 2010.
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.