PSClientError.GetRowErrors-Methode
Ruft ein Array von PSErrorInfo -Objekten, die alle Fehlerinformationen zu Fehlern auf der angegebenen DataRowenthalten.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function GetRowErrors ( _
dr As DataRow _
) As PSErrorInfo()
'Usage
Dim instance As PSClientError
Dim dr As DataRow
Dim returnValue As PSErrorInfo()
returnValue = instance.GetRowErrors(dr)
public PSErrorInfo[] GetRowErrors(
DataRow dr
)
Parameter
dr
Typ: System.Data.DataRowDie DataRow auf dem Fehler zurückgegeben.
Rückgabewert
Typ: []