markus / ConvertService / ServiceBase / Markus.Service.DataBase.Test / TestBaseMSSQL.cs @ c7555c83
이력 | 보기 | 이력해설 | 다운로드 (535 Bytes)
1 |
using System; |
---|---|
2 |
using System.Collections.Generic; |
3 |
using System.Linq; |
4 |
using System.Text; |
5 |
using System.Threading.Tasks; |
6 |
|
7 |
namespace Markus.Service.DataBase.Test |
8 |
{ |
9 |
public class TestBaseMSSQL |
10 |
{ |
11 |
public string ConnectionStr = "Data Source=cloud.devdoftech.co.kr,7777;Initial Catalog=markus;Persist Security Info=True;User ID=doftech;Password=dof1073#"; |
12 |
public Markus.Service.DataBase.DBMSType dbtype = DBMSType.MSSQL; |
13 |
public string ProjectNo = "000000"; |
14 |
public string docUri = "test://test"; |
15 |
|
16 |
} |
17 |
} |