XmlaMessageCollection Class

Definition

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

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

Properties

Count

Gets the number of messages contained in the collection.

Item[Int32]

Gets the message at the specified index.

Explicit Interface Implementations

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

Applies to