Share via


ISqlServerObjectExplorerService2 Interface

 

Namespace:   Microsoft.VisualStudio.Data.Tools
Assembly:  Microsoft.VisualStudio.Data.Tools.Design (in Microsoft.VisualStudio.Data.Tools.Design.dll)

Syntax

[GuidAttribute("A5392196-68CF-4A64-A723-25F5EDEEF9A3")]
public interface ISqlServerObjectExplorerService2 : ISqlServerObjectExplorerService
[GuidAttribute("A5392196-68CF-4A64-A723-25F5EDEEF9A3")]
public interface class ISqlServerObjectExplorerService2 : ISqlServerObjectExplorerService
[<GuidAttribute("A5392196-68CF-4A64-A723-25F5EDEEF9A3")>]
type ISqlServerObjectExplorerService2 = 
    interface
        interface ISqlServerObjectExplorerService
    end
<GuidAttribute("A5392196-68CF-4A64-A723-25F5EDEEF9A3")>
Public Interface ISqlServerObjectExplorerService2
    Inherits ISqlServerObjectExplorerService

Methods

Name Description
System_CAPS_pubmethod Add(SqlConnectionStringBuilder, SqlServerObjectType)

Creates a new connected editor window populated with the new object template for the given object type. (Inherited from ISqlServerObjectExplorerService.)

System_CAPS_pubmethod Browse(SqlConnectionStringBuilder)

Shows the SQL Server Object Explorer and expands to the instance provided in the connection. (Inherited from ISqlServerObjectExplorerService.)

System_CAPS_pubmethod Delete(SqlConnectionStringBuilder, SqlServerObjectType, String[])

Deletes objects and dependent objects from a database. A confirmation dialog is presented. (Inherited from ISqlServerObjectExplorerService.)

System_CAPS_pubmethod Execute(SqlConnectionStringBuilder, String[])

Executes the given programmability object. A parameter dialog is presented first, followed by the creation of a new connected editor window where the statement is then executed. (Inherited from ISqlServerObjectExplorerService.)

System_CAPS_pubmethod IsSupportedSqlServerVersion(SqlConnectionStringBuilder)

System_CAPS_pubmethod OpenQuery(SqlConnectionStringBuilder)

Creates a new connected editor window. (Inherited from ISqlServerObjectExplorerService.)

System_CAPS_pubmethod ViewCode(SqlConnectionStringBuilder, SqlServerObjectType, String[])

Opens the CREATE statement for the object in a new connected editor. (Inherited from ISqlServerObjectExplorerService.)

System_CAPS_pubmethod ViewData(SqlConnectionStringBuilder, SqlServerObjectType, String[])

Opens an editable data grid for the object's data. (Inherited from ISqlServerObjectExplorerService.)

System_CAPS_pubmethod ViewDesigner(SqlConnectionStringBuilder, SqlServerObjectType, String[])

Opens the designer for the provided object. (Inherited from ISqlServerObjectExplorerService.)

See Also

Microsoft.VisualStudio.Data.Tools Namespace

Return to top