Classe ValidationResultCollection
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices..::..ValidationResultCollection
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class ValidationResultCollection _
Implements ICollection, IEnumerable
'Uso
Dim instance As ValidationResultCollection
public sealed class ValidationResultCollection : ICollection,
IEnumerable
public ref class ValidationResultCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
type ValidationResultCollection =
class
interface ICollection
interface IEnumerable
end
public final class ValidationResultCollection implements ICollection, IEnumerable
O tipo ValidationResultCollection expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Clear | ||
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICollection. . :: . .CopyTo | ||
IEnumerable. . :: . .GetEnumerator | ||
ICollection. . :: . .IsSynchronized | ||
ICollection. . :: . .SyncRoot |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.