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 displays a list of data sources such as databases for a program.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const DataSourceWindow As String
'Usage
Dim value As String
value = ToolWindowGuids80.DataSourceWindow
public const string DataSourceWindow
public:
literal String^ DataSourceWindow
static val mutable DataSourceWindow: string
public const var DataSourceWindow : String
Remarks
The GUID for this tool window is:
#define guidDataSourceWindow { 0x873151D0, 0xCF2E, 0x48CC, { 0xB4, 0xBF, 0xAD, 0x03, 0x94, 0xF6, 0xA3, 0xC3 } }
This tool window is typically available by selecting Show Data Sources from the Data 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.