ValidationResultCollection Class
Applies To: SQL Server (starting with 2016)
Represents a collection of result objects during validation.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Name | Description | |
---|---|---|
![]() | ValidationResultCollection() | Initializes a new instance of the ValidationResultCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of validation result objects in the collection. |
![]() | Item[Int32] | Gets a reference to the validation at the specified index location in the ValidationResultCollection object. |
Name | Description | |
---|---|---|
![]() | Clear() | Removes all results from the current ValidationResultCollection object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | ICollection.CopyTo(Array, Int32) | Copies the ValidationResultCollection object to an Array object. |
![]() ![]() | IEnumerable.GetEnumerator() | Retrieves an enumerator that can iterate through the ValidationResultCollection 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.