Clase ValidationResultCollection
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices..::..ValidationResultCollection
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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
El tipo ValidationResultCollection expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Clear | ||
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICollection. . :: . .CopyTo | ||
IEnumerable. . :: . .GetEnumerator | ||
ICollection. . :: . .IsSynchronized | ||
ICollection. . :: . .SyncRoot |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.