DataRecordSet
Contents
[
Hide
]DataRecordSet class
Stores, formats, refreshes, and exposes data queried from a database in Microsoft Visio.
DataRecordSet()
Constructor.
Properties
| Name | Type | Description |
|---|---|---|
| ID | long | The data recordset ID, unique within the document. |
| ConnectionID | long | The connection ID for the associated DataConnection object. Does not exist for XML data sources. |
| Command | String | The command string used to query data from the data source. |
| Options | int | Options to apply to the data recordset. Possible values can be any combination of one or more of those shown in the foll |
| TimeRefreshed | DateTime | The date and time the data recordset was last refreshed. |
| NextRowID | long | The next available Visio row ID. |
| Name | String | The display (or “friendly”) name of the data recordset. |
| RowOrder | int | Whether to use the order of the rows in the data recordset as the primary key. True (1) if row IDs are determined by row |
| RefreshOverwriteAll | int | Whether to overwrite user changes to shape data items in shapes linked to data when the data recordset is refreshed. The |
| RefreshNoReconciliationUI | int | Whether the data-reconciliation user interface should be disabled. True (1) to disable the user interface (UI). False (0 |
| RefreshInterval | long | How often (in minutes) Visio refreshes the data recordset automatically. This value must be 1 or larger. |
| ReplaceLinks | int | Defines how shape-data links are treated when shapes are copied or cut. 1 to replace existing links in the target shape. |
| Checksum | long | A checksum value, generated by Visio, and based on data-recordset properties. Set this attribute to 0; Visio recalculate |
| ADOData | String | Contains XML that conforms to the ADO classic XML schema for an ADO recordset and that describes the data in the data re |
| PrimaryKeys | StringCollection | Identifies one or more primary-key columns in the data recordset. |
| RefreshConflicts | RowCollection | Indicates a row in the data recordset linked to a shape that is in conflict after the data recordset is refreshed. RowID |
| RowMaps | RowCollection | Maps a data-recordset row to a shape. RowID - Row ID of the row, unique within the data recordset. ShapeID - Shape ID of |
| AutoLinkComparison | AutoLinkComparison | Defines a rule that compares a column in the parent DataRecordset element with a shape data item from the last successfu |
| DataColumns | DataColumnCollection | Contains all the DataColumn elements in a data recordset. |