[This is preliminary documentation and is subject to change.]
A strongly-typed resource class, for looking up localized strings, etc.
| C# | Visual Basic | Visual C++ |
public class Resources
Public Class Resources
public ref class Resources
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Culture |
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
| |
| DefaultConnectionDefinitionFile |
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]";.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| FriendlyAppTitle |
Looks up a localized string similar to Mini SQLQuery.
| |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| MemberwiseClone()()() | (Inherited from Object.) | |
| ResourceManager |
Returns the cached ResourceManager instance used by this class.
| |
| ShortAppTitle |
Looks up a localized string similar to MiniSqlQuery.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| Resources | |