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的名称。如果数据集没有名称,则设置为空引用(无 在 Visual Basic 中) 。
errInfoList
类型:System.Collections.Generic.List<[]>返回包含PSErrorInfo[]数组List 。
返回值
类型:System.Data.DataSet
错误DataSet。[] 数组描述错误的也返回PSErrorInfo的列表。
备注
每个表中返回的DataSet有一个名为ErrorIndex的类型int的其他列。ErrorIndex列中将特定的DataRows映射到返回的List<PSErrorInfo[]>中的条目。