ItemScope Enumeration

 

Enumerates the scope of the items in the explorer.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

[FlagsAttribute]
public enum class ItemScope

Member nameDescription
Any

Specifies the item scope to any.

Browsable

Specifies the item scope to browsable.

Viewable

Specifies the item scope to viewable.

Return to top
Show: