Helper.ConsumeDelimiter Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
static void ConsumeDelimiter(Microsoft::Solutions::BTAHL7::Pipelines::IExecutionContext ^ context, Microsoft::Solutions::BTAHL7::Pipelines::AbstractDataEntity ^ node, int childDelimIndex, int thisNodeChildDelimiterIndex, Microsoft::BizTalk::ParsingEngine::IDataReader ^ reader);
public static void ConsumeDelimiter (Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext context, Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity node, int childDelimIndex, int thisNodeChildDelimiterIndex, Microsoft.BizTalk.ParsingEngine.IDataReader reader);
static member ConsumeDelimiter : Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext * Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity * int * int * Microsoft.BizTalk.ParsingEngine.IDataReader -> unit
Public Shared Sub ConsumeDelimiter (context As IExecutionContext, node As AbstractDataEntity, childDelimIndex As Integer, thisNodeChildDelimiterIndex As Integer, reader As IDataReader)
Parameter
- context
- IExecutionContext
- node
- AbstractDataEntity
- childDelimIndex
- Int32
- thisNodeChildDelimiterIndex
- Int32
- reader
- Microsoft.BizTalk.ParsingEngine.IDataReader