Expand Minimize
This topic has not yet been rated - Rate this topic

DocumentOptions Enumeration

SQL Server 2012

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.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
[FlagsAttribute]
public enum DocumentOptions
Member nameDescription
IsNewValue is new.
ManageConnectionValue to be used with isNew.
NoneNo editor or designer.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.