-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTDMEngineSettings.Designer.cs
More file actions
328 lines (293 loc) · 15.2 KB
/
TDMEngineSettings.Designer.cs
File metadata and controls
328 lines (293 loc) · 15.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TDMEngine {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
internal sealed partial class TDMEngineSettings : global::System.Configuration.ApplicationSettingsBase {
private static TDMEngineSettings defaultInstance = ((TDMEngineSettings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new TDMEngineSettings())));
public static TDMEngineSettings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(@"Migration failed, view the log for detailed information.\n\nThe log file for the Restore may be viewed by going into Batch Manager and clicking on the failed job in the top grid. Then go to the bottom grid and click on the job step with the Status = """"F"""". Right click and select View Log on the pop-up menu. Search the log for the word """"Error"""" to locate the reason why the restore failed.")]
public string TDMFailureMsg {
get {
return ((string)(this["TDMFailureMsg"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool CheckDate {
get {
return ((bool)(this["CheckDate"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("select * from TDMCTRL where DESTBUILD > \'{0}\' and DESTBUILD<=\'{1}\' order by KEY")]
public string A_SQL_GetDestBuilds {
get {
return ((string)(this["A_SQL_GetDestBuilds"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("@(#)")]
public string StringToReplace {
get {
return ((string)(this["StringToReplace"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("select count(*) as CNT from {0}")]
public string A_SQL_GetMigrStepCount {
get {
return ((string)(this["A_SQL_GetMigrStepCount"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("select A.KEY,{1} SEQ,DEFECT,REM_SQL,TNAME,CMD_SQL,DEPEND,NOTES,A.TYPE,DESCR \r\n fr" +
"om {0} a, TDMTYPE b where a.type=b.type order by A.KEY\r\n")]
public string A_SQL_GetTDMTableData {
get {
return ((string)(this["A_SQL_GetTDMTableData"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("if exists (select 1 from SYS.TABLES where NAME = \'{0}\') drop table {0}")]
public string SQL_DropTable {
get {
return ((string)(this["SQL_DropTable"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("if exists (select 1 from SYS.TABLES where NAME = \'{0}\') alter table {0} {1};")]
public string SQL_AlterTable {
get {
return ((string)(this["SQL_AlterTable"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("absp_Util_CreateTableScript")]
public string CreateTableScript_ProcName {
get {
return ((string)(this["CreateTableScript_ProcName"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("if exists (select 1 from SYS.INDEXES where OBJECT_ID = OBJECT_ID(\'{0}\') and NAME " +
"= \'{1}\') drop index {0}.{1};")]
public string SQL_DropIndex {
get {
return ((string)(this["SQL_DropIndex"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("if exists (select 1 from sysobjects where name = \'{0}\' and type = \'P\') drop proc" +
"edure {0}")]
public string SQL_DropProc {
get {
return ((string)(this["SQL_DropProc"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("if exists ( select 1 from SYSOBJECTS where NAME = \'absp_MessageEx\' and type = \'P\'" +
" ) exec absp_MessageEx \'{0}\' ")]
public string SQL_DBMsg {
get {
return ((string)(this["SQL_DBMsg"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("if exists ( select 1 from SYSOBJECTS where NAME = \'absp_Util_SetDBVersion\' and ty" +
"pe = \'P\' ) \r\nbegin\r\n exec absp_Util_SetDBVersion \'{0}\',\'{1}\',\'{2}\',\'{3}\',\'{4}\'," +
"\'{5}\',\'{6}\'\r\nend ")]
public string SQL_SetDBVersion {
get {
return ((string)(this["SQL_SetDBVersion"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(" if exists ( select 1 from SYSOBJECTS where NAME = \'absp_Util_GetDBVersion\' and t" +
"ype = \'P\' ) \r\n begin \r\n exec absp_Util_GetDBVersion \r\n end")]
public string SQL_GetDBVersion {
get {
return ((string)(this["SQL_GetDBVersion"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("tdm.accdb")]
public string TDMFileName {
get {
return ((string)(this["TDMFileName"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("select distinct TABLENAME, {0} from EqecatSystem..DICTTBL where LOCATION in (\'B\'," +
"\'S\') and \r\n{0} in (\'Y\',\'L\')")]
public string SQL_GetAllTableNames {
get {
return ((string)(this["SQL_GetAllTableNames"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ZZPROCS_MSSQL")]
public string StoredProcPath {
get {
return ((string)(this["StoredProcPath"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("if exists ( select 1 from SYSOBJECTS where NAME = \'absp_Migr_ReloadTableEx\' and t" +
"ype = \'P\' )\r\nbegin\r\n exec absp_Migr_ReloadTableEx \'{0}\',\'{1}\',\'\',\'{2}\',\'{3}\'\r" +
"\nend")]
public string SQL_Migr_ReloadTable_PROC {
get {
return ((string)(this["SQL_Migr_ReloadTable_PROC"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("select 1 from SYS.TABLES where NAME = \'{0}\'")]
public string SQL_CheckIfTableExists {
get {
return ((string)(this["SQL_CheckIfTableExists"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("if exists(select 1 from sys.databases where name = \'{0}\' )\r\nbegin\r\nUSE master;\r\nA" +
"LTER DATABASE {0} SET SINGLE_USER WITH ROLLBACK IMMEDIATE;\r\nALTER DATABASE {0} S" +
"ET {1} ;ALTER DATABASE {0} SET MULTI_USER;\r\nend;\r\n")]
public string SQL_SetDBModeReadOnly {
get {
return ((string)(this["SQL_SetDBModeReadOnly"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("DataDict.xlsx")]
public string DataDictFileName {
get {
return ((string)(this["DataDictFileName"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("bcp.exe")]
public string BCP_APP_NAME {
get {
return ((string)(this["BCP_APP_NAME"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
"org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n <s" +
"tring>|</string>\r\n <string>,</string>\r\n</ArrayOfString>")]
public global::System.Collections.Specialized.StringCollection DelimitersUsed {
get {
return ((global::System.Collections.Specialized.StringCollection)(this["DelimitersUsed"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("3")]
public int MinCountForDelimiters {
get {
return ((int)(this["MinCountForDelimiters"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("select TableType from eqecatSystem..DICTTBL where TableName=\'{0}\'")]
public string SQL_GetTableGroup {
get {
return ((string)(this["SQL_GetTableGroup"]));
}
set {
this["SQL_GetTableGroup"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("SET ANSI_PADDING OFF;SET ANSI_NULL_DFLT_ON ON;SET ANSI_NULLS ON;")]
public string CreateTablePrefix {
get {
return ((string)(this["CreateTablePrefix"]));
}
set {
this["CreateTablePrefix"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("tdm_msg.log")]
public string TDM_MsgLogFile {
get {
return ((string)(this["TDM_MsgLogFile"]));
}
set {
this["TDM_MsgLogFile"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("absp_Util_GetEnvironmentVariable")]
public string SQL_GetEnvironmentVar_PROC {
get {
return ((string)(this["SQL_GetEnvironmentVar_PROC"]));
}
set {
this["SQL_GetEnvironmentVar_PROC"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("\\\\TDM_UnloadPath")]
public string TDM_UnloadPath {
get {
return ((string)(this["TDM_UnloadPath"]));
}
set {
this["TDM_UnloadPath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("select TableName, CloneName from dictClon where Sys_DB=\'L\'")]
public string SQL_GetSystemLookup {
get {
return ((string)(this["SQL_GetSystemLookup"]));
}
set {
this["SQL_GetSystemLookup"] = value;
}
}
}
}