Compartir a través de


Clase XmlaMessageCollection

Contains a collection of XmlaMessage objects. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.XmlaMessageCollection

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class XmlaMessageCollection _
    Implements ICollection, IEnumerable
'Uso
Dim instance As XmlaMessageCollection
[SerializableAttribute]
public sealed class XmlaMessageCollection : ICollection, 
    IEnumerable
[SerializableAttribute]
public ref class XmlaMessageCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
[<SerializableAttribute>]
type XmlaMessageCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class XmlaMessageCollection implements ICollection, IEnumerable

El tipo XmlaMessageCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of XmlaMessage objects in the collection.
Propiedad pública Item Gets the XmlaMessage at the specified index from the collection.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo Copies the elements of the collection to an Array, starting at a particular Array index.
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized Gets a value that indicates whether access to the XmlaMessageCollection is synchronized.
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot Gets an object that can be used to synchronize access to the XmlaMessageCollection.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices