DocumentOptions Enumeration
Options for creating the editor or designer, primarly whether the object is new (as specified by the IsNew Value).
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 | |
|---|---|---|
| IsNew | Value is new. | |
| ManageConnection | Value to be used with isNew. | |
| None | No editor or designer. |
Show: