Compartir a través de


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

Vea también

Referencia

LevelPropertyCollection.Enumerator Estructura

Espacio de nombres Microsoft.AnalysisServices.AdomdClient