立即与支持人员聊天
与支持团队交流

Benchmark Factory for Database 8.2 - User Guide

Getting Started Licensing Overview of Benchmark Factory Benchmark Factory Components Agents Create and Edit Connections Create and Edit Tests and Jobs Test Results and Run Reports Troubleshooting The Benchmark Factory REST API

BFGetVar

Description:

Retrieves a previously stored value using $BFSetVar.  Allows a value to be passed from one transaction to another in conjunction with $BFSetVar, or when value is used multiple times within a transaction.  Each virtual user has its own variable space, so values are not shared between them.

Parameters:

VarName-An alphanumeric identifier of the value stored.

Syntax:

$BFGetVar("VarName")

Example:

$BFSetVar("Totalrow", "2") $BFGetVar("Totalrow") ; if $BFSetVar sets the variable "Totalrow" to 2, $BFGetVar("Totalrow") returns the number 2.

 

 

相关文档

The document was helpful.

选择评级

I easily found the information I needed.

选择评级