DataRecordset Properties (Visio)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Application

Returns the instance of Microsoft Visio associated with a DataRecordset object. Read-only.

CommandString

Gets or sets the command string used to query the data source to create a data recordset or refresh an existing one. Read/write.

DataAsXML

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

DataColumns

Returns the DataColumns collection associated with the DataRecordset object. Read-only.

DataConnection

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

Document

Gets the Document object that contains the DataRecordset object. Read-only.

EventList

Returns the EventList collection of the DataRecordset object. Read-only.

ID

Gets the unique identifier of the DataRecordset object assigned by Visio. Read-only.

LinkReplaceBehavior

Gets or sets how existing links between shapes and data rows are handled when methods that link shapes to data is called. Read/write.

Name

Gets or sets the display name of the data recordset. Read/write.

ObjectType

Returns visObjTypeDataRecordset, the type of a DataRecordset object. Read-only.

RefreshInterval

Gets or sets how often Microsoft Visio automatically refreshes the data recordset. Read/write.

RefreshSettings

Gets and sets options that determine how the data recordset is refreshed. Read/write.

Stat

Returns status information for an object. Read-only.

TimeRefreshed

Returns the date and time the data recordset was last refreshed. Read-only.