DismissedValidationResultCollection Methods

 

Applies To: SQL Server (starting with 2016)

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

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.

See Also

DismissedValidationResultCollection Class
Microsoft.AnalysisServices Namespace

Return to top