Ανάγνωση στα Αγγλικά

Κοινή χρήση μέσω


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.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Function Add ( _
    source As IModelComponent, _
    error As String, _
    errorCode As Integer _
) As Integer
'Usage
Dim instance As ValidationErrorCollection 
Dim source As IModelComponent 
Dim error As String 
Dim errorCode As Integer 
Dim returnValue As Integer 

returnValue = instance.Add(source, error, _
    errorCode)

Parameters

Return Value

Type: System.Int32
The zero-based index at which the ValidationError has been added.

See Also

Reference

ValidationErrorCollection Class

Add Overload

Microsoft.AnalysisServices Namespace