Compartir a través de


MeasureCollection.Enumerator.IEnumerator.Current Propiedad

Gets the current element in the collection.

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

Sintaxis

'Declaración
Private ReadOnly Property Current As Object 
    Implements IEnumerator.Current 
    Get
'Uso
Dim instance As MeasureCollection.Enumerator 
Dim value As Object 

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object 
private override Current : Object
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor de la propiedad

Tipo: System.Object
The current element in the collection.

Implementa

IEnumerator.Current

Excepciones

Excepción Condición
System.InvalidOperationException

The enumerator is currently before the first or after the last Measure in the MeasureCollection.

Vea también

Referencia

MeasureCollection.Enumerator Estructura

Espacio de nombres Microsoft.AnalysisServices.AdomdClient