XmlaMessageCollection 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 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() |