LoadTestContext.LoadTestRunId 屬性
取得與此負載測試回合相關聯的 ID。Set 存取子設為內部。
命名空間: Microsoft.VisualStudio.TestTools.LoadTesting
組件: Microsoft.VisualStudio.QualityTools.LoadTestFramework (在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)
語法
'宣告
Public Property LoadTestRunId As Integer
public int LoadTestRunId { get; internal set; }
public:
property int LoadTestRunId {
int get ();
internal: void set (int value);
}
member LoadTestRunId : int with get, internal set
function get LoadTestRunId () : int
internal function set LoadTestRunId (value : int)
屬性值
型別:System.Int32
回合 ID。
例外狀況
例外狀況 | 條件 |
---|---|
LoadTestRunIdNotSetException | 未設定回合 ID。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。