<< Click to Display Table of Contents >>

GetDrivenDataSetIndex

멀티 데이터 셋 또는 프로시저 데이터 셋을 실행하여 생성된 데이터 셋의 현재 인덱스를 가져옵니다.

Prototype

integer GetDrivenDataSetIndex()

Reference

멀티 데이터 셋 또는 프로시저 데이터 셋을 실행하여 생성된 데이터 셋일 경우에만 적용됩니다.

Example

var ds = This.GetDataSet();

DrivenDataSetIndex = ds.GetDrivenDataSetIndex();