MeasureEnumerator Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the measure enumerator.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.MeasureEnumerator

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

Syntax

'Declaration
Public NotInheritable Class MeasureEnumerator _
    Implements IEnumerator, IEnumerable
'Usage
Dim instance As MeasureEnumerator
public sealed class MeasureEnumerator : IEnumerator, 
    IEnumerable
public ref class MeasureEnumerator sealed : IEnumerator, 
    IEnumerable
[<SealedAttribute>]
type MeasureEnumerator =  
    class 
        interface IEnumerator 
        interface IEnumerable 
    end
public final class MeasureEnumerator implements IEnumerator, IEnumerable

The MeasureEnumerator type exposes the following members.

Properties

  Name Description
Public property Current Infrastructure. Gets the current Measure object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method MoveNext Infrastructure. Indicates whether the enumerator moves to the next element of the collection.
Public method Reset Infrastructure. Sets the enumerator to its initial position.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IEnumerator.Current Gets the current measure object.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an IEnumerator object that iterates through the collection.

Top

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

Reference

Microsoft.AnalysisServices Namespace