DismissedValidationResultCollection Class
Applies To: SQL Server (starting with 2016)
Represents a collection of validation result objects.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of validation result objects in the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(ValidationResult^, String^) | Appends the specified validation result of the collection. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(DismissedValidationResult^) | Removes the specified validation result object. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | Copies the elements of the DismissedValidationResultCollection to an Array, starting at a particular Array index. Implements the ICollection interface. |
![]() ![]() | IEnumerable::GetEnumerator() | Returns a reference to an enumerator object, which is used to iterate over a DismissedValidationResultCollection object. |
![]() ![]() | ICollection::IsSynchronized | |
![]() ![]() | ICollection::SyncRoot |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




