IObjectExplorerService 인터페이스

COM visible interface that allows control of the object explorer.

이 API는 CLS 규격이 아닙니다. CLS 규격 대체 항목은 [false]입니다.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
<ComVisibleAttribute(True)> _
<GuidAttribute("26E139FB-2DD3-49c1-BE58-3F8DA45DBA3A")> _
<CLSCompliantAttribute(False)> _
Public Interface IObjectExplorerService _
    Inherits IServiceProvider
‘사용 방법
Dim instance As IObjectExplorerService
[ComVisibleAttribute(true)]
[GuidAttribute("26E139FB-2DD3-49c1-BE58-3F8DA45DBA3A")]
[CLSCompliantAttribute(false)]
public interface IObjectExplorerService : IServiceProvider
[ComVisibleAttribute(true)]
[GuidAttribute(L"26E139FB-2DD3-49c1-BE58-3F8DA45DBA3A")]
[CLSCompliantAttribute(false)]
public interface class IObjectExplorerService : IServiceProvider
[<ComVisibleAttribute(true)>]
[<GuidAttribute("26E139FB-2DD3-49c1-BE58-3F8DA45DBA3A")>]
[<CLSCompliantAttribute(false)>]
type IObjectExplorerService =  
    interface 
        interface IServiceProvider 
    end
public interface IObjectExplorerService extends IServiceProvider

IObjectExplorerService 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 ConnectToServer Connects to the server in OE using specified connection information.
공용 메서드 DisconnectSelectedServer Disconnects the selected server node in OE. Throws if something went wrong.
공용 메서드 DisconnectServer Disconnects the server in OE matching specified connection information.
공용 메서드 FindNode Retrieves the INodeInformation object for node in the object explorer hierarchy.
공용 메서드 GetSelectedNodes Retrieves the nodes if any are currently selected in the object explorer.
공용 메서드 GetService (IServiceProvider에서 상속됨)
공용 메서드 NewConnection Makes a new connection to a server.
공용 메서드 SynchronizeTree Synchronize the tree view with the selected item.
공용 메서드 TryConnectToServer Connects to the server.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스