你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

X12ProcessingSettings 构造函数

定义

重载

X12ProcessingSettings()
X12ProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

X12ProcessingSettings()

public X12ProcessingSettings ();
Public Sub New ()

适用于

X12ProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

public X12ProcessingSettings (bool maskSecurityInfo, bool convertImpliedDecimal, bool preserveInterchange, bool suspendInterchangeOnError, bool createEmptyXmlTagsForTrailingSeparators, bool useDotAsDecimalSeparator);
new Microsoft.Azure.Management.Logic.Fluent.Models.X12ProcessingSettings : bool * bool * bool * bool * bool * bool -> Microsoft.Azure.Management.Logic.Fluent.Models.X12ProcessingSettings
Public Sub New (maskSecurityInfo As Boolean, convertImpliedDecimal As Boolean, preserveInterchange As Boolean, suspendInterchangeOnError As Boolean, createEmptyXmlTagsForTrailingSeparators As Boolean, useDotAsDecimalSeparator As Boolean)

参数

maskSecurityInfo
Boolean
convertImpliedDecimal
Boolean
preserveInterchange
Boolean
suspendInterchangeOnError
Boolean
createEmptyXmlTagsForTrailingSeparators
Boolean
useDotAsDecimalSeparator
Boolean

适用于