DismissedValidationResultCollection Class

 

Applies To: SQL Server (starting with 2016)

Represents a collection of validation result objects.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.DismissedValidationResultCollection

Syntax

public sealed class DismissedValidationResultCollection : ICollection, 
    IEnumerable
public ref class DismissedValidationResultCollection sealed : ICollection, 
    IEnumerable
[<Sealed>]
type DismissedValidationResultCollection = 
    class
        interface ICollection
        interface IEnumerable
    end
Public NotInheritable Class DismissedValidationResultCollection
    Implements ICollection, IEnumerable

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of validation result objects in the collection.

Methods

Name Description
System_CAPS_pubmethod Add(ValidationResult, String)

Appends the specified validation result of the collection.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Remove(DismissedValidationResult)

Removes the specified validation result object.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection.CopyTo(Array, Int32)

Copies the elements of the DismissedValidationResultCollection to an Array, starting at a particular Array index. Implements the ICollection interface.

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

Returns a reference to an enumerator object, which is used to iterate over a DismissedValidationResultCollection object.

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.IsSynchronized

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.SyncRoot

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AnalysisServices Namespace

Return to top