end create data set
テストモジュールまたはユーザー定義のアクション内でインラインデータセットの終了を示します。
このアクションには引数がありません。
なし
このアクションは、次のプロジェクト項目で使用できます: テストモジュールおよびユーザー定義アクションです。
name
create data set Rented Cars
 
  rental month model rented pickup state quantity rented
row March Prius Colorado 1
row June Mustang Nevada 3
 
end create data set
 
name
use data set Rented Cars
 
text
report #"Quantity " & quantity rented & " of model " & model rented & " rented in " & pickup state & " in " & rental month
 
repeat for data set
- このアクションは、アクション create data set とペアにする必要があります。詳細については、create data set をご覧ください。