Classe ValidationErrorCollection

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("287DFF2E-4C90-4907-B235-A7C2CBE0706B")> _
Public NotInheritable Class ValidationErrorCollection _
    Implements IList, ICollection, IEnumerable
'Utilisation
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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices..::..ValidationErrorCollection

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.