업체측 샘플 변경

데이터의 공백 자동 변경하게 함
This commit is contained in:
chi
2022-12-18 22:17:48 +09:00
parent 3b44d192cb
commit 8813ad3289
4 changed files with 83 additions and 6 deletions

View File

@@ -64,6 +64,19 @@ Namespace My
Return CType(Me("cs"),String)
End Get
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("<?xml version=""1.0"" standalone=""yes""?>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"<DS xmlns=""http://tempuri.org/DS.xsd"">"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
" {data}"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"</DS>")> _
Public Property xmlformat() As String
Get
Return CType(Me("xmlformat"),String)
End Get
Set
Me("xmlformat") = value
End Set
End Property
End Class
End Namespace

View File

@@ -10,5 +10,11 @@
&lt;/SerializableConnectionString&gt;</DesignTimeValue>
<Value Profile="(Default)">Data Source=ms0501.gabiadb.com;Initial Catalog=eco2;User ID=raytrace;Password=arin</Value>
</Setting>
<Setting Name="xmlformat" Type="System.String" Scope="User">
<Value Profile="(Default)">&lt;?xml version="1.0" standalone="yes"?&gt;
&lt;DS xmlns="http://tempuri.org/DS.xsd"&gt;
{data}
&lt;/DS&gt;</Value>
</Setting>
</Settings>
</SettingsFile>