Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.Designer.cs @ 8326

Last change on this file since 8326 was 8326, checked in by fschoepp, 12 years ago

#1888:

  • Added IConnectionProvider interface + implementation based on jheinzelreiters transaction management
  • Fixed transaction being promoted to dtc; transactions enabled again
  • Changed HiveDao: transactions are managed properly
File size: 3.1 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3//     This code was generated by a tool.
4//     Runtime Version:4.0.30319.269
5//
6//     Changes to this file may cause incorrect behavior and will be lost if
7//     the code is regenerated.
8// </auto-generated>
9//------------------------------------------------------------------------------
10
11namespace HeuristicLab.Services.Hive.DataAccess {
12   
13   
14    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
16    public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17       
18        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
19       
20        public static Settings Default {
21            get {
22                return defaultInstance;
23            }
24        }
25       
26        [global::System.Configuration.ApplicationScopedSettingAttribute()]
27        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
28        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
29        [global::System.Configuration.DefaultSettingValueAttribute("Data Source=pok6rtjc5c.database.windows.net;Initial Catalog=HeuristicLab.Hive-3.3" +
30            ";User ID=cloudia;Password=d1fFntitafvX;Enlist=False")]
31        public string HeuristicLab_Hive_LinqConnectionString {
32            get {
33                return ((string)(this["HeuristicLab_Hive_LinqConnectionString"]));
34            }
35        }
36       
37        [global::System.Configuration.ApplicationScopedSettingAttribute()]
38        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
39        [global::System.Configuration.DefaultSettingValueAttribute("00:05:00")]
40        public global::System.TimeSpan LongRunningDatabaseCommandTimeout {
41            get {
42                return ((global::System.TimeSpan)(this["LongRunningDatabaseCommandTimeout"]));
43            }
44        }
45       
46        [global::System.Configuration.ApplicationScopedSettingAttribute()]
47        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
48        [global::System.Configuration.DefaultSettingValueAttribute("HL.Hive")]
49        public string EventLogName {
50            get {
51                return ((string)(this["EventLogName"]));
52            }
53        }
54       
55        [global::System.Configuration.ApplicationScopedSettingAttribute()]
56        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
57        [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionSt" +
58            "ring")]
59        public string HiveConnectionStringName {
60            get {
61                return ((string)(this["HiveConnectionStringName"]));
62            }
63        }
64    }
65}
Note: See TracBrowser for help on using the repository browser.