22 |
return defaultInstance; |
return defaultInstance; |
23 |
} |
} |
24 |
} |
} |
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()] |
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] |
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\ats.mdf;Integrated Secu" + |
|
|
"rity=True;User Instance=True")] |
|
|
public string atsConnectionString1 { |
|
|
get { |
|
|
return ((string)(this["atsConnectionString1"])); |
|
|
} |
|
|
set { |
|
|
this["atsConnectionString1"] = value; |
|
|
} |
|
|
} |
|
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] |
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=10.0.0.4\\CORPORATEDB;Database=\'AnywhereTS\';Integrated Security=SSPI;C" + |
|
|
"onnect Timeout=30;User Instance=False")] |
|
|
public string atsConnectionString { |
|
|
get { |
|
|
return ((string)(this["atsConnectionString"])); |
|
|
} |
|
|
} |
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()] |
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
[global::System.Configuration.DefaultSettingValueAttribute("localhost")] |
|
|
public string DBServer { |
|
|
get { |
|
|
return ((string)(this["DBServer"])); |
|
|
} |
|
|
set { |
|
|
this["DBServer"] = value; |
|
|
} |
|
|
} |
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()] |
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
[global::System.Configuration.DefaultSettingValueAttribute("SQLEXPRESS")] |
|
|
public string DBInstance { |
|
|
get { |
|
|
return ((string)(this["DBInstance"])); |
|
|
} |
|
|
set { |
|
|
this["DBInstance"] = value; |
|
|
} |
|
|
} |
|
25 |
} |
} |
26 |
} |
} |