Partager via


PSClientError.GetRowErrors - Méthode

Obtient un tableau d'objets PSErrorInfo qui contiennent toutes les informations d'erreur relatives aux erreurs sur le spécifié DataRow.

Espace de noms :  Microsoft.Office.Project.Server.Library
Assembly :  Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)

Syntaxe

'Déclaration
Public Function GetRowErrors ( _
    dr As DataRow _
) As PSErrorInfo()
'Utilisation
Dim instance As PSClientError
Dim dr As DataRow
Dim returnValue As PSErrorInfo()

returnValue = instance.GetRowErrors(dr)
public PSErrorInfo[] GetRowErrors(
    DataRow dr
)

Paramètres

Valeur renvoyée

Type : []

Voir aussi

Référence

PSClientError classe

PSClientError - Membres

Microsoft.Office.Project.Server.Library - Espace de noms