MS Comservice

This commit is contained in:
Digital Data - Marlon Schreiber
2019-05-10 14:46:19 +02:00
parent 809f8e2b43
commit 77dd59931f
6 changed files with 271 additions and 87 deletions

View File

@@ -98,6 +98,16 @@ Namespace My
Return CType(Me("LOG_ERRORS_ONLY"),Boolean)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("Data Source=172.24.12.41\Tests;Initial Catalog=DD_ECM_TEST;Persist Security Info="& _
"True;User ID=sa;Password=dd")> _
Public ReadOnly Property SQLSERVER_CS() As String
Get
Return CType(Me("SQLSERVER_CS"),String)
End Get
End Property
End Class
End Namespace