ITestPlan.QueryTestPointStatisticsByPivot 方法
由樞紐分析傳回屬於此計劃並符合所指定的工作項目查詢語言 (WIQL) 條件點的統計資料。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Function QueryTestPointStatisticsByPivot ( _
queryText As String, _
pivotList As List(Of TestPointStatisticsQueryPivotType) _
) As ITestPointStatisticsByPivot
ITestPointStatisticsByPivot QueryTestPointStatisticsByPivot(
string queryText,
List<TestPointStatisticsQueryPivotType> pivotList
)
ITestPointStatisticsByPivot^ QueryTestPointStatisticsByPivot(
String^ queryText,
List<TestPointStatisticsQueryPivotType>^ pivotList
)
abstract QueryTestPointStatisticsByPivot :
queryText:string *
pivotList:List<TestPointStatisticsQueryPivotType> -> ITestPointStatisticsByPivot
function QueryTestPointStatisticsByPivot(
queryText : String,
pivotList : List<TestPointStatisticsQueryPivotType>
) : ITestPointStatisticsByPivot
參數
- queryText
型別:System.String
要擷取之的工作項目查詢語言 (WIQL) 查詢字串。
- pivotList
型別:System.Collections.Generic.List<TestPointStatisticsQueryPivotType>
樞紐分析清單中擷取的統計資料的樞紐分析。
傳回值
型別:Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot
由樞紐分析物件的統計資料。
備註
這可用於這個查詢的特定工作項目查詢語言 (WIQL) 欄位:SuiteId ConfigurationId TestCaseId PointState AreaPath AssignedTo RecursiveSuiteId:查詢是以開始 RecursiveSuiteId 的套件階層架構的所有點。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。