Класс ValidationResultCollection
Represents a collection of result objects during validation.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.ValidationResultCollection
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public NotInheritable Class ValidationResultCollection _
Implements ICollection, IEnumerable
'Применение
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
Тип ValidationResultCollection обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
ValidationResultCollection | Initializes a new instance of the ValidationResultCollection class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of validation result objects in the collection. | |
Item | Gets a reference to the validation at the specified index location in the ValidationResultCollection object. |
В начало
Методы
Имя | Описание | |
---|---|---|
Clear | Removes all results from the current ValidationResultCollection object. | |
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICollection.CopyTo | Copies the ValidationResultCollection object to an Array object. | |
IEnumerable.GetEnumerator | Retrieves an enumerator that can iterate through the ValidationResultCollection object. | |
ICollection.IsSynchronized | Gets a value indicating whether the ValidationResultCollection object is synchronized. | |
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the collection of controls. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.