ConfigurationManagerConnections - свойство |
Строки подключения для приложения, доступные по умолчанию.
В качестве ключа выступает имя строки подключения,
а в качестве значения - сама строка.
Пространство имён:
Tessa.Platform
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static ConcurrentDictionary<string, ConfigurationConnection> Connections { get; }
Public Shared ReadOnly Property Connections As ConcurrentDictionary(Of String, ConfigurationConnection)
Get
public:
static property ConcurrentDictionary<String^, ConfigurationConnection^>^ Connections {
ConcurrentDictionary<String^, ConfigurationConnection^>^ get ();
}
static member Connections : ConcurrentDictionary<string, ConfigurationConnection> with get
Значение свойства
Тип:
ConcurrentDictionaryString,
ConfigurationConnectionСм. также