VisPrimaryKeySettings Constants

Visio Automation Reference

Primary key settings constants passed to the DataRecordset.SetPrimaryKey method and returned by the DataRecordset.GetPrimaryKey method.

Aa342231.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.
Name Value Description
visKeyComposite 3 Use multiple columns as primary key columns.
visKeyRowOrder 1 Use row order as the primary key.
visKeySingle 2 Use a single column as the primary key column.