ToolWindowGuids80.DataSourceWindow Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window displays a list of data sources such as databases for a program.
public: System::String ^ DataSourceWindow;
std::wstring DataSourceWindow;
public const string DataSourceWindow;
val mutable DataSourceWindow : string
Public Const DataSourceWindow As String
Field Value
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.