Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates and adds a ValidationError, with the specified IModelComponent value, error description, ErrorPriority value, 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, _
priority As ErrorPriority, _
errorCode As Integer _
) As Integer
public int Add (
IModelComponent source,
string error,
ErrorPriority priority,
int errorCode
)
public:
int Add (
IModelComponent^ source,
String^ error,
ErrorPriority priority,
int errorCode
)
public int Add (
IModelComponent source,
String error,
ErrorPriority priority,
int errorCode
)
public function Add (
source : IModelComponent,
error : String,
priority : ErrorPriority,
errorCode : int
) : int
Paramètres
- source
The IModelComponent value of the ValidationError to add.
- error
The error description of the ValidationError to add.
- priority
The ErrorPriority value 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