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

EdifactProcessingSettings 构造函数

定义

重载

EdifactProcessingSettings()

初始化 EdifactProcessingSettings 类的新实例。

EdifactProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean)

初始化 EdifactProcessingSettings 类的新实例。

EdifactProcessingSettings()

初始化 EdifactProcessingSettings 类的新实例。

public EdifactProcessingSettings ();
Public Sub New ()

适用于

EdifactProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean)

初始化 EdifactProcessingSettings 类的新实例。

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

参数

maskSecurityInfo
Boolean

指示是否屏蔽安全信息的值。

preserveInterchange
Boolean

指示是否保留交换的值。

suspendInterchangeOnError
Boolean

指示是否在出错时挂起交换的值。

createEmptyXmlTagsForTrailingSeparators
Boolean

指示是否为尾随分隔符创建空 xml 标记的值。

useDotAsDecimalSeparator
Boolean

指示是否使用点作为小数分隔符的值。

适用于