569 lines
24 KiB
VB.net
569 lines
24 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' Dieser Code wurde von einem Tool generiert.
|
|
' Laufzeitversion:4.0.30319.42000
|
|
'
|
|
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
' der Code erneut generiert wird.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict On
|
|
Option Explicit On
|
|
|
|
|
|
Namespace My
|
|
|
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0"), _
|
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Partial Friend NotInheritable Class MySettings
|
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
|
|
|
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
|
|
|
#Region "Funktion zum automatischen Speichern von My.Settings"
|
|
#If _MyType = "WindowsForms" Then
|
|
Private Shared addedHandler As Boolean
|
|
|
|
Private Shared addedHandlerLockObject As New Object
|
|
|
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
|
|
If My.Application.SaveMySettingsOnExit Then
|
|
My.Settings.Save()
|
|
End If
|
|
End Sub
|
|
#End If
|
|
#End Region
|
|
|
|
Public Shared ReadOnly Property [Default]() As MySettings
|
|
Get
|
|
|
|
#If _MyType = "WindowsForms" Then
|
|
If Not addedHandler Then
|
|
SyncLock addedHandlerLockObject
|
|
If Not addedHandler Then
|
|
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
|
addedHandler = True
|
|
End If
|
|
End SyncLock
|
|
End If
|
|
#End If
|
|
Return defaultInstance
|
|
End Get
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("sa")> _
|
|
Public Property UserID() As String
|
|
Get
|
|
Return CType(Me("UserID"),String)
|
|
End Get
|
|
Set
|
|
Me("UserID") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("*shu29")> _
|
|
Public Property Password() As String
|
|
Get
|
|
Return CType(Me("Password"),String)
|
|
End Get
|
|
Set
|
|
Me("Password") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("edoka")> _
|
|
Public Property BLConn() As String
|
|
Get
|
|
Return CType(Me("BLConn"),String)
|
|
End Get
|
|
Set
|
|
Me("BLConn") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("edoka_host")> _
|
|
Public Property HOSTConn() As String
|
|
Get
|
|
Return CType(Me("HOSTConn"),String)
|
|
End Get
|
|
Set
|
|
Me("HOSTConn") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("edoka_zv")> _
|
|
Public Property ZVConn() As String
|
|
Get
|
|
Return CType(Me("ZVConn"),String)
|
|
End Get
|
|
Set
|
|
Me("ZVConn") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("edoka_journale")> _
|
|
Public Property JournaleConn() As String
|
|
Get
|
|
Return CType(Me("JournaleConn"),String)
|
|
End Get
|
|
Set
|
|
Me("JournaleConn") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("shu00")> _
|
|
Public Property DataSource() As String
|
|
Get
|
|
Return CType(Me("DataSource"),String)
|
|
End Get
|
|
Set
|
|
Me("DataSource") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("dsn=edokadsn;uid=sa;pwd=iFqo,UZLZo")> _
|
|
Public Property DB2Connection() As String
|
|
Get
|
|
Return CType(Me("DB2Connection"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2Connection") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("select top 5000 * from db2.dbo.hostindex where nrstatus=10")> _
|
|
Public Property DB2HostSelect() As String
|
|
Get
|
|
Return CType(Me("DB2HostSelect"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2HostSelect") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("select top 5000 * from db2.dbo.zvindex where nrstatus=10")> _
|
|
Public Property DB2ZVSelect() As String
|
|
Get
|
|
Return CType(Me("DB2ZVSelect"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2ZVSelect") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("select top 5000 * from db2.dbo.blindex where nrstatus=10")> _
|
|
Public Property DB2BLSelect() As String
|
|
Get
|
|
Return CType(Me("DB2BLSelect"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2BLSelect") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("9999999")> _
|
|
Public Property MaxRows() As String
|
|
Get
|
|
Return CType(Me("MaxRows"),String)
|
|
End Get
|
|
Set
|
|
Me("MaxRows") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
|
Public Property Debug() As String
|
|
Get
|
|
Return CType(Me("Debug"),String)
|
|
End Get
|
|
Set
|
|
Me("Debug") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Update db2.dbo.hostindex set nrstatus=&NRSTATUS&, dmmuta00='&DMMUTA00&' where udo"& _
|
|
"kid00='&UDOKID&'")> _
|
|
Public Property DB2HOSTUpdate() As String
|
|
Get
|
|
Return CType(Me("DB2HOSTUpdate"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2HOSTUpdate") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Update db2.dbo.zvindex set nrstatus=&NRSTATUS&, dmmuta00='&DMMUTA00&' where udoki"& _
|
|
"d00='&UDOKID&'")> _
|
|
Public Property DB2ZVUpdate() As String
|
|
Get
|
|
Return CType(Me("DB2ZVUpdate"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2ZVUpdate") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Update db2.dbo.blindex set nrstatus=&NRSTATUS&, dmmuta00='&DMMUTA00&' where udoki"& _
|
|
"d00='&UDOKID&'")> _
|
|
Public Property DB2BLUpdate() As String
|
|
Get
|
|
Return CType(Me("DB2BLUpdate"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2BLUpdate") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("20")> _
|
|
Public Property OKStatus() As String
|
|
Get
|
|
Return CType(Me("OKStatus"),String)
|
|
End Get
|
|
Set
|
|
Me("OKStatus") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("50")> _
|
|
Public Property ProvStatus() As String
|
|
Get
|
|
Return CType(Me("ProvStatus"),String)
|
|
End Get
|
|
Set
|
|
Me("ProvStatus") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("edoka@tkb.ch")> _
|
|
Public Property OKMail() As String
|
|
Get
|
|
Return CType(Me("OKMail"),String)
|
|
End Get
|
|
Set
|
|
Me("OKMail") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("edoka@tkb.ch")> _
|
|
Public Property NOKMail() As String
|
|
Get
|
|
Return CType(Me("NOKMail"),String)
|
|
End Get
|
|
Set
|
|
Me("NOKMail") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Select top 1 * from edoka_ZV.dbo.ZVBelege_Import where pk=-1")> _
|
|
Public Property SQL_Empty_ZV() As String
|
|
Get
|
|
Return CType(Me("SQL_Empty_ZV"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_Empty_ZV") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Select top 1 * from edoka.dbo.edex_bl_hostdokument where EDEX_BL_HostdokumentID=-"& _
|
|
"1")> _
|
|
Public Property SQL_Empty_BL() As String
|
|
Get
|
|
Return CType(Me("SQL_Empty_BL"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_Empty_BL") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Update edoka_host.dbo.host_dokument_import set loadid='&Loadid&' where pk=&PK& an"& _
|
|
"d Dokumentid='&DOKID&'")> _
|
|
Public Property SQL_HOST_Update_Loadid() As String
|
|
Get
|
|
Return CType(Me("SQL_HOST_Update_Loadid"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_HOST_Update_Loadid") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Select top 1 * from edoka_host.dbo.host_dokument_import where pk=-1")> _
|
|
Public Property SQL_Empty_HOST() As String
|
|
Get
|
|
Return CType(Me("SQL_Empty_HOST"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_Empty_HOST") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("select dokumentid, pk from edoka_host.dbo.host_dokument_import where DokumentID='"& _
|
|
"&MailingID&'")> _
|
|
Public Property SQL_HOST_Check_Dokumentid() As String
|
|
Get
|
|
Return CType(Me("SQL_HOST_Check_Dokumentid"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_HOST_Check_Dokumentid") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("select nrdoc00, pk from edoka_zv.dbo.zvbelege_import where NRDOC00='&NRDOC00&'")> _
|
|
Public Property SQL_ZV_Check_Dokumentid() As String
|
|
Get
|
|
Return CType(Me("SQL_ZV_Check_Dokumentid"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_ZV_Check_Dokumentid") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Update edoka_zv.dbo.zvbelege_import set loadid='&Loadid&' where pk=&PK& and nrdoc"& _
|
|
"00='&DOKID&'")> _
|
|
Public Property SQL_ZV_Update_LoadID() As String
|
|
Get
|
|
Return CType(Me("SQL_ZV_Update_LoadID"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_ZV_Update_LoadID") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Select dokumentid from edoka.dbo.edex_bl_hostdokument where Dokumentid='&MailingI"& _
|
|
"D&'")> _
|
|
Public Property SQL_BL_Check_Dokumentid() As String
|
|
Get
|
|
Return CType(Me("SQL_BL_Check_Dokumentid"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_BL_Check_Dokumentid") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Update edoka.dbo.edex_bl_hostdokument set loadid='&Loadid&' where dokumentid='&DO"& _
|
|
"KID&'")> _
|
|
Public Property SQL_BL_Update_Loadid() As String
|
|
Get
|
|
Return CType(Me("SQL_BL_Update_Loadid"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_BL_Update_Loadid") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("21")> _
|
|
Public Property OKStatauDelete() As String
|
|
Get
|
|
Return CType(Me("OKStatauDelete"),String)
|
|
End Get
|
|
Set
|
|
Me("OKStatauDelete") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("51")> _
|
|
Public Property ProvStatusDelete() As String
|
|
Get
|
|
Return CType(Me("ProvStatusDelete"),String)
|
|
End Get
|
|
Set
|
|
Me("ProvStatusDelete") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Select * from db2.dbo.delhostindex where nrstatus=11")> _
|
|
Public Property DB2HOSTSelectDelete() As String
|
|
Get
|
|
Return CType(Me("DB2HOSTSelectDelete"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2HOSTSelectDelete") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Select * from db2.dbo.delzvindex where nrstatus=11")> _
|
|
Public Property DB2ZVSelectDelete() As String
|
|
Get
|
|
Return CType(Me("DB2ZVSelectDelete"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2ZVSelectDelete") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Select * from db2.dbo.delblindex where nrstatus=11")> _
|
|
Public Property DB2BLSelectDelete() As String
|
|
Get
|
|
Return CType(Me("DB2BLSelectDelete"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2BLSelectDelete") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Update db2.dbo.delhostindex set nrstatus=&NRSTATUS&, dmmuta00='&DMMUTA00&' where "& _
|
|
"udokid00='&UDOKID&'")> _
|
|
Public Property DB2HOSTUpdateDelete() As String
|
|
Get
|
|
Return CType(Me("DB2HOSTUpdateDelete"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2HOSTUpdateDelete") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Update db2.dbo.delzvindex set nrstatus=&NRSTATUS&, dmmuta00='&DMMUTA00&' where ud"& _
|
|
"okid00='&UDOKID&'")> _
|
|
Public Property DB2ZVUpdateDelete() As String
|
|
Get
|
|
Return CType(Me("DB2ZVUpdateDelete"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2ZVUpdateDelete") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Update db2.dbo.delblindex set nrstatus=&NRSTATUS&, dmmuta00='&DMMUTA00&' where ud"& _
|
|
"okid00='&UDOKID&'")> _
|
|
Public Property DB2BLUpdateDelete() As String
|
|
Get
|
|
Return CType(Me("DB2BLUpdateDelete"),String)
|
|
End Get
|
|
Set
|
|
Me("DB2BLUpdateDelete") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("Delete from edoka_host.dbo.host_dokument_data_import where pk=&PK& and loadid='&"& _
|
|
"Loadid&' and dokumentid='&DOKID&'")> _
|
|
Public Property SQL_HOST_Delete() As String
|
|
Get
|
|
Return CType(Me("SQL_HOST_Delete"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_HOST_Delete") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("delete from edoka_zv.dbo.zvbelege_import where pk=&PK& and loadid='&Loadid&' and "& _
|
|
"nrdoc00='&DOKID&'")> _
|
|
Public Property SQL_ZV_Delete() As String
|
|
Get
|
|
Return CType(Me("SQL_ZV_Delete"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_ZV_Delete") = value
|
|
End Set
|
|
End Property
|
|
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Configuration.DefaultSettingValueAttribute("delete from edoka.dbo.edex_bl_hostdokument where loadid='&Loadid&' and dokumentid"& _
|
|
"='&DOKID&'")> _
|
|
Public Property SQL_BL_Delete() As String
|
|
Get
|
|
Return CType(Me("SQL_BL_Delete"),String)
|
|
End Get
|
|
Set
|
|
Me("SQL_BL_Delete") = value
|
|
End Set
|
|
End Property
|
|
End Class
|
|
End Namespace
|
|
|
|
Namespace My
|
|
|
|
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
|
Friend Module MySettingsProperty
|
|
|
|
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
|
Friend ReadOnly Property Settings() As Global.EDKB01DB2.My.MySettings
|
|
Get
|
|
Return Global.EDKB01DB2.My.MySettings.Default
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|