Projektdateien hinzufügen.

This commit is contained in:
Jonathan Jenne
2022-01-26 10:15:45 +01:00
parent 34e6eae9c3
commit eaf6551251
48 changed files with 5479 additions and 0 deletions

8
GUIs.Monitor/Config.vb Normal file
View File

@@ -0,0 +1,8 @@
Imports DigitalData.Modules.Config.ConfigAttributes
Public Class Config
<ConnectionString>
Public Property ConnectionString As String = String.Empty
Public Property IDB_Praefix As String = "IDB"
Public Property SearchKeySQL As String = $"SELECT T.ATTR_ID, T.ATTR_TITLE FROM {IDB_Praefix}.dbo.VWIDB_BE_ATTRIBUTE T, TBDD_MONITORING_ATTRIBUTES T1 WHERE T.ATTR_ID = T1.ATTRIBUTE_ID"
End Class