ValidationErrorCollection Class

Contains a collection of ValidationError objects. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("287DFF2E-4C90-4907-B235-A7C2CBE0706B")> _
Public NotInheritable Class ValidationErrorCollection _
    Implements IList, ICollection, IEnumerable
'Usage
Dim instance As ValidationErrorCollection
[GuidAttribute("287DFF2E-4C90-4907-B235-A7C2CBE0706B")]
public sealed class ValidationErrorCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"287DFF2E-4C90-4907-B235-A7C2CBE0706B")]
public ref class ValidationErrorCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("287DFF2E-4C90-4907-B235-A7C2CBE0706B")>]
type ValidationErrorCollection =  
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class ValidationErrorCollection implements IList, ICollection, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ValidationErrorCollection

Thread Safety

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