XmlaResultCollection Clase

Definición

Representa una colección de objetos XmlaResult. Esta clase no puede heredarse.

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

Propiedades

ContainsErrors

Obtiene una indicación si el conjunto de resultados contiene uno o varios errores.

Count

Obtiene el número de resultados incluidos en la colección.

Item[Int32]

Obtiene el resultado en el índice especificado.

Implementaciones de interfaz explícitas

ICollection.CopyTo(Array, Int32)

Representa una colección de objetos XmlaResult. Esta clase no puede heredarse.

ICollection.IsSynchronized

Representa una colección de objetos XmlaResult. Esta clase no puede heredarse.

ICollection.SyncRoot

Representa una colección de objetos XmlaResult. Esta clase no puede heredarse.

IEnumerable.GetEnumerator()

Representa una colección de objetos XmlaResult. Esta clase no puede heredarse.

Se aplica a