[This is preliminary documentation and is subject to change.]
Looks up a localized string similar to # Connection Definition file
# This file is intentionally plain text, thats nice and simple :)
# Blank and Hashed (#) lines are ignored by the application. See more details at end of file.
Default - MSSQL Master@localhost ^ System.Data.SqlClient ^ Server=.; Database=master; Integrated Security=SSPI
Sample MSSQL Northwind SQL Express ^ System.Data.SqlClient ^ Server=.\sqlexpress; Database=Northwind; Integrated Security=SSPI
Sample Access DB Connection ^ System.Data.OleDb ^ Provider=Micro [rest of string was truncated]";.
| C# | Visual Basic | Visual C++ |
public static string DefaultConnectionDefinitionFile { get; }
Public Shared ReadOnly Property DefaultConnectionDefinitionFile As String
public: static property String^ DefaultConnectionDefinitionFile { String^ get (); }