MeasureEnumerator Class
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.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveNext | ||
Reset | ||
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerator.Current | ||
IEnumerable.GetEnumerator |
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.