개정판 04133d37
dev issue #000 : fix sql server
Change-Id: I70cb6c0e539f8b33ad1b031e083ab293a1434468
DTI_PID/SPPIDConverter/DB/SPPID_DBInfo.cs | ||
---|---|---|
28 | 28 |
private string _PlantPID = string.Empty; |
29 | 29 |
private string _PlantPIDDic = string.Empty; |
30 | 30 |
|
31 |
private string _Plant_DataBase = string.Empty; |
|
32 |
private string _PlantDic_DataBase = string.Empty; |
|
33 |
private string _PlantPID_DataBase = string.Empty; |
|
34 |
private string _PlantPIDDic_DataBase = string.Empty; |
|
35 |
|
|
31 | 36 |
private bool _Enable = false; |
32 | 37 |
|
33 | 38 |
public string DBType { get => _DBType; set => _DBType = value; } |
... | ... | |
46 | 51 |
public string PlantPIDDic { get => _PlantPIDDic; set => _PlantPIDDic = value; } |
47 | 52 |
public bool Enable { get => _Enable; set => _Enable = value; } |
48 | 53 |
public string SQLSERVER_DBNAME { get => _SQLSERVER_DBNAME; set => _SQLSERVER_DBNAME = value; } |
54 |
public string Plant_DataBase { get => _Plant_DataBase; set => _Plant_DataBase = value; } |
|
55 |
public string PlantDic_DataBase { get => _PlantDic_DataBase; set => _PlantDic_DataBase = value; } |
|
56 |
public string PlantPID_DataBase { get => _PlantPID_DataBase; set => _PlantPID_DataBase = value; } |
|
57 |
public string PlantPIDDic_DataBase { get => _PlantPIDDic_DataBase; set => _PlantPIDDic_DataBase = value; } |
|
49 | 58 |
|
50 | 59 |
public static SPPID_DBInfo GetInstance() |
51 | 60 |
{ |
내보내기 Unified diff