Partager via


ValidationErrorCollection.Add Method (IModelComponent, String, Int32)

Creates and adds a ValidationError, with the specified IModelComponent value, error description, and error code, to the end of the collection.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    source As IModelComponent, _
    error As String, _
    errorCode As Integer _
) As Integer
public int Add (
    IModelComponent source,
    string error,
    int errorCode
)
public:
int Add (
    IModelComponent^ source, 
    String^ error, 
    int errorCode
)
public int Add (
    IModelComponent source, 
    String error, 
    int errorCode
)
public function Add (
    source : IModelComponent, 
    error : String, 
    errorCode : int
) : int

Paramètres

  • error
    The error description of the ValidationError to add.
  • errorCode
    The error code of the ValidationError to add.

Valeur de retour

The zero-based index at which the ValidationError has been added.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ValidationErrorCollection Class
ValidationErrorCollection Members
Microsoft.AnalysisServices Namespace