Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Current | Infrastructure. Gets the current Measure object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MoveNext | Infrastructure. Indicates whether the enumerator moves to the next element of the collection. |
![]() |
Reset | Infrastructure. Sets the enumerator to its initial position. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerator.Current | Gets the current measure object. |
![]() ![]() |
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.