Compartir a través de


Clase MeasureEnumerator

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the measure enumerator.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.MeasureEnumerator

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public NotInheritable Class MeasureEnumerator _
    Implements IEnumerator, IEnumerable
'Uso
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

El tipo MeasureEnumerator expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Current Infraestructura. Gets the current Measure object.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público MoveNext Infraestructura. Indicates whether the enumerator moves to the next element of the collection.
Método público Reset Infraestructura. Sets the enumerator to its initial position.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IEnumerator.Current Gets the current measure object.
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Returns an IEnumerator object that iterates through the collection.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices