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
dr
Type : System.Data.DataRowDataRow sur lequel il faut renvoyer des erreurs.
Valeur renvoyée
Type : []