共用方式為


LoadTestScenario.CurrentLoad 屬性

取得或設定這個情節的並行使用者負載的目前值。

命名空間:  Microsoft.VisualStudio.TestTools.LoadTesting
組件:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

語法

'宣告
Public Property CurrentLoad As Integer
    Get
    Set
public int CurrentLoad { get; set; }
public:
property int CurrentLoad {
    int get ();
    void set (int value);
}
member CurrentLoad : int with get, set
function get CurrentLoad () : int
function set CurrentLoad (value : int)

屬性值

型別:System.Int32
並行使用者載入的目前值。

例外狀況

例外狀況 條件
ArgumentOutOfRangeException

設定值小於 0。

備註

負載測試外掛程式可設定這個屬性以變更目前的使用者載入。 如果設定的值變更了負載,則可能引發 LoadChanged 事件。 在負載測試外掛程式變更 LoadTestScenario 目前的使用者負載之後,如果負載測試外掛程式沒有再次變更此使用者負載,則使用者負載將會保持在該層級。

.NET Framework 安全性

請參閱

參考

LoadTestScenario 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間

其他資源

HOW TO:建立負載測試外掛程式