XmlaResultCollection Class

Definition

Represents a collection of XmlaResult objects. This class cannot be inherited.

[System.Serializable]
public sealed class XmlaResultCollection : System.Collections.ICollection
[<System.Serializable>]
type XmlaResultCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class XmlaResultCollection
Implements ICollection
Inheritance
XmlaResultCollection
Attributes
Implements

Properties

ContainsErrors

Gets an indication if the set of results contains one or more errors.

Count

Gets the number of results contained in the collection.

Item[Int32]

Gets the result at the specified index.

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)
ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()

Applies to