XmlaResultCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |