Méthode Add (IModelComponent, String, ErrorPriority)
Creates and adds a ValidationError, with the specified IModelComponent value, error description, and ErrorPriority value, to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
source As IModelComponent, _
error As String, _
priority As ErrorPriority _
) As Integer
'Utilisation
Dim instance As ValidationErrorCollection
Dim source As IModelComponent
Dim error As String
Dim priority As ErrorPriority
Dim returnValue As Integer
returnValue = instance.Add(source, error, _
priority)
public int Add(
IModelComponent source,
string error,
ErrorPriority priority
)
public:
int Add(
IModelComponent^ source,
String^ error,
ErrorPriority priority
)
member Add :
source:IModelComponent *
error:string *
priority:ErrorPriority -> int
public function Add(
source : IModelComponent,
error : String,
priority : ErrorPriority
) : int
Paramètres
- source
Type : Microsoft.AnalysisServices. . :: . .IModelComponent
The IModelComponent value of the ValidationError to add.
- error
Type : System. . :: . .String
The error description of the ValidationError to add.
- priority
Type : Microsoft.AnalysisServices. . :: . .ErrorPriority
The ErrorPriority value of the ValidationError to add.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the ValidationError has been added.
Voir aussi