프로젝트

일반

사용자정보

개정판 04133d37

ID04133d37791239a6bd56e46037e6fcb5afbef669
상위 e5f121b9
하위 66fb1230

gaqhf 이(가) 4년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)