Proprietà OlapInfoAxisCollection.Enumerator.IEnumerator.Current

Gets the current element in the collection.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property Current As Object 
    Implements IEnumerator.Current 
    Get
'Utilizzo
Dim instance As OlapInfoAxisCollection.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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

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

Implementa

IEnumerator.Current

Eccezioni

Eccezione Condizione
System.InvalidOperationException

The enumerator is currently before the first or after the last OlapInfoAxis in the OlapInfoAxisCollection.

Vedere anche

Riferimento

OlapInfoAxisCollection.Enumerator Struttura

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient