ValidationErrorCollection.Add Method (ValidationError)

 

Applies To: SQL Server (starting with 2016)

Adds a ValidationError to the end of the collection.

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

Syntax

public int Add(
    ValidationError item
)
public:
int Add(
    ValidationError^ item
)
member Add : 
        item:ValidationError -> int
Public Function Add (
    item As ValidationError
) As Integer

Parameters

Return Value

Type: System.Int32

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

See Also

Add Overload
ValidationErrorCollection Class
Microsoft.AnalysisServices Namespace

Return to top