XmlaWarningCollection Class

Definition

Represents a collection of XmlaWarning objects.

[System.Runtime.InteropServices.Guid("357DB182-675C-42B4-87E4-AC47FB8D4D5A")]
[System.Serializable]
public class XmlaWarningCollection : System.Collections.ICollection
[<System.Runtime.InteropServices.Guid("357DB182-675C-42B4-87E4-AC47FB8D4D5A")>]
[<System.Serializable>]
type XmlaWarningCollection = class
    interface ICollection
    interface IEnumerable
Public Class XmlaWarningCollection
Implements ICollection
Inheritance
XmlaWarningCollection
Attributes
Implements

Constructors

XmlaWarningCollection()

Initializes a new instance of the XmlaWarningCollection class using the default values.

Properties

Count

Gets the number of elements contained in the collection.

Item[Int32]

Gets the XmlaWarning at the specified index in the collection.

Explicit Interface Implementations

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

Applies to