Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This tool window provides a list of servers used for connecting to databases.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const ServerExplorer As String
'Usage
Dim value As String
value = ToolWindowGuids.ServerExplorer
public const string ServerExplorer
public:
literal String^ ServerExplorer
static val mutable ServerExplorer: string
public const var ServerExplorer : String
Remarks
The GUID for this tool window that is usable in a .ctc file:
#define guidServerExplorer { 0x74946827, 0x37a0, 0x11d2, { 0xa2, 0x73, 0x00, 0xc0, 0x4f, 0x8e, 0xf4, 0xff } }
This tool window is typically available by selecting Server Explorer from the View menu.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.