NavigableItemRefreshFlags Enumeration
Specifies the refresh flags for navigable item.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Member name | Description | |
|---|---|---|
| All | The equivalent to both Children and Properties. | |
| Children | The flag to refresh the children. | |
| Properties | The flag to refresh the properties. |
Show: