Freigeben über


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

Rückgabewert

Typ: []

Siehe auch

Referenz

PSClientError Klasse

PSClientError-Member

Microsoft.Office.Project.Server.Library-Namespace