ValidationResultCollection Class

 

Applies To: SQL Server (starting with 2016)

Represents a collection of result objects during validation.

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

System::Object
  Microsoft.AnalysisServices::ValidationResultCollection

public ref class ValidationResultCollection sealed : ICollection, 
	IEnumerable

NameDescription
System_CAPS_pubmethodValidationResultCollection()

Initializes a new instance of the ValidationResultCollection class.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of validation result objects in the collection.

System_CAPS_pubpropertyItem[Int32]

Gets a reference to the validation at the specified index location in the ValidationResultCollection object.

NameDescription
System_CAPS_pubmethodClear()

Removes all results from the current ValidationResultCollection object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

Copies the ValidationResultCollection object to an Array object.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Retrieves an enumerator that can iterate through the ValidationResultCollection object.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::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.

Return to top
Show: