Microsoft.VisualStudio.Data.Tools Namespace

 

This namespace contains the Visual Studio components necessary to host SQL Server Data Tools.

Interfaces

Interface Description
System_CAPS_pubinterface ISqlServerObjectExplorerService

This interface is used to expose the SqlServerObjectExplorerService, which can be used to perform various actions found in the SQL Server Object Explorer. All calls to the methods on this interface must be performed from the UI thread. Calls that are not made on the UI thread may throw exceptions.

System_CAPS_pubinterface ISqlServerObjectExplorerService2

Enumerations

Enumeration Description
System_CAPS_pubenum SqlServerObjectType

This enum provides the available SQL Server objects that can be used in an implementation of the ISqlServerObjectExplorerService.

Return to top