VisPrimaryKeySettings Constants
Primary key settings constants passed to the DataRecordset.SetPrimaryKey method and returned by the DataRecordset.GetPrimaryKey method.
Note
This Visio object or member is available only to licensed users of Microsoft Visio Professional 2010 or Visio Premium 2010.
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. |