Data Services
- Data Services 10.1.1 HotFix 2
- 所有产品
incrementErrorCount(int nErrors);
パラメータ | パラメータのタイプ | データ型 | 説明 |
|---|---|---|---|
nErrors | 入力 | Integer | エラーカウントの増分数。 |
// Check if input employee id and name is null. if (isNull ("EMP_ID_INP") || isNull ("EMP_NAME_INP")) { incrementErrorCount(1); // if input employee id and/or name is null, don't generate a output row for this input row generateRow = false; }