hytos / DTI_PID / APIDConverter / Utilities.cs @ bded697f
이력 | 보기 | 이력해설 | 다운로드 (644 Bytes)
1 |
using System; |
---|---|
2 |
using System.Collections.Generic; |
3 |
using System.Linq; |
4 |
using System.Text; |
5 |
|
6 |
namespace AVEVA.PID.CustomizationUtility |
7 |
{ |
8 |
public static class Utilities |
9 |
{ |
10 |
public static string strSQLServerName = string.Empty; |
11 |
public static string strSQLWinAuthentication = string.Empty; |
12 |
public static string strSQLUserName = string.Empty; |
13 |
public static string strSQLPassword = string.Empty; |
14 |
public static string strSQLDatabaseName = string.Empty; |
15 |
public static string strSQLAdminDatabaseName = string.Empty; |
16 |
public static string strSQLReportsDatabaseName = string.Empty; |
17 |
} |
18 |
} |