PSClientError.GetErrorDataSet 方法 (String, List<PSErrorInfo[]>)
取得包含所有的資料表及資料列有發生錯誤先前設定為 PSI 方法呼叫DataSet 。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Function GetErrorDataSet ( _
dataSetName As String, _
<OutAttribute> ByRef errInfoList As List(Of PSErrorInfo()) _
) As DataSet
'用途
Dim instance As PSClientError
Dim dataSetName As String
Dim errInfoList As List(Of PSErrorInfo())
Dim returnValue As DataSet
returnValue = instance.GetErrorDataSet(dataSetName, _
errInfoList)
public DataSet GetErrorDataSet(
string dataSetName,
out List<PSErrorInfo[]> errInfoList
)
參數
dataSetName
類型:System.StringDataSet的名稱。如果資料集有無名稱,設定為null 參考 (未執行任何動作 於 Visual Basic 中) 。
errInfoList
類型:System.Collections.Generic.List<[]>傳回List包含PSErrorInfo[]陣列。
傳回值
類型:System.Data.DataSet
錯誤DataSet。也會傳回與PSErrorInfo清單凡是陣列說明錯誤。
備註
每個資料表中傳回DataSet有一個名為ErrorIndex,類型int的額外一欄。ErrorIndex資料行對應特定DataRows傳回List<PSErrorInfo[]>中的項目。