47 |
return ((string)(this["atsConnectionString"])); |
return ((string)(this["atsConnectionString"])); |
48 |
} |
} |
49 |
} |
} |
50 |
|
|
51 |
|
[global::System.Configuration.UserScopedSettingAttribute()] |
52 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
53 |
|
[global::System.Configuration.DefaultSettingValueAttribute("localhost")] |
54 |
|
public string DBServer { |
55 |
|
get { |
56 |
|
return ((string)(this["DBServer"])); |
57 |
|
} |
58 |
|
set { |
59 |
|
this["DBServer"] = value; |
60 |
|
} |
61 |
|
} |
62 |
|
|
63 |
|
[global::System.Configuration.UserScopedSettingAttribute()] |
64 |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
65 |
|
[global::System.Configuration.DefaultSettingValueAttribute("SQLEXPRESS")] |
66 |
|
public string DBInstance { |
67 |
|
get { |
68 |
|
return ((string)(this["DBInstance"])); |
69 |
|
} |
70 |
|
set { |
71 |
|
this["DBInstance"] = value; |
72 |
|
} |
73 |
|
} |
74 |
} |
} |
75 |
} |
} |