XmlaWarningCollection Class

 

Applies To: SQL Server (starting with 2016)

Contains a collection of XmlaWarning objects.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.XmlaWarningCollection

Syntax

[SerializableAttribute]
[GuidAttribute("357DB182-675C-42B4-87E4-AC47FB8D4D5A")]
public class XmlaWarningCollection : ICollection, IEnumerable
[SerializableAttribute]
[GuidAttribute("357DB182-675C-42B4-87E4-AC47FB8D4D5A")]
public ref class XmlaWarningCollection : ICollection, IEnumerable
[<SerializableAttribute>]
[<GuidAttribute("357DB182-675C-42B4-87E4-AC47FB8D4D5A")>]
type XmlaWarningCollection = 
    class
        interface ICollection
        interface IEnumerable
    end
<SerializableAttribute>
<GuidAttribute("357DB182-675C-42B4-87E4-AC47FB8D4D5A")>
Public Class XmlaWarningCollection
    Implements ICollection, IEnumerable

Constructors

Name Description
System_CAPS_pubmethod XmlaWarningCollection()

Initializes a new instance of XmlaWarningCollection class.

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of XmlaWarning objects in the collection.

System_CAPS_pubproperty Item[Int32]

Gets the XmlaWarning at the specified index in the collection.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection.CopyTo(Array, Int32)

Copies the elements of the collection to an Array, starting at a particular Array index.

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.IsSynchronized

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.SyncRoot

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AnalysisServices Namespace

Return to top