Compartir a través de


Estructura OlapInfoPropertyCollection.Enumerator

Supports iterating over a OlapInfoPropertyCollection and reading its individual OlapInfoProperty objects.

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

Sintaxis

'Declaración
Public Structure Enumerator _
    Implements IEnumerator
'Uso
Dim instance As OlapInfoPropertyCollection.Enumerator
public struct Enumerator : IEnumerator
public value class Enumerator : IEnumerator
[<SealedAttribute>]
type Enumerator =  
    struct 
        interface IEnumerator 
    end
JScript admite el uso de estructuras, pero no la declaración de otras nuevas.

El tipo OlapInfoPropertyCollection.Enumerator expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Current Gets the current OlapInfoProperty in the OlapInfoPropertyCollection.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de ValueType.)
Método público GetHashCode (Se hereda de ValueType.)
Método público GetType (Se hereda de Object.)
Método público MoveNext Moves to the next OlapInfoProperty in the OlapInfoPropertyCollection.
Método público Reset Sets the enumerator to its initial position, which is before the first element in the collection.
Método público ToString (Se hereda de ValueType.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IEnumerator.Current Gets the current element in the collection.

Arriba

Comentarios

In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.

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.AdomdClient