Proprietà OlapInfoPropertyCollection.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 OlapInfoPropertyCollection.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 OlapInfoProperty in the OlapInfoPropertyCollection

Vedere anche

Riferimento

OlapInfoPropertyCollection.Enumerator Struttura

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient