Proprietà PropertyCollection.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

C#
Object IEnumerator.Current { get; }

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 Property in the PropertyCollection.

Vedere anche

Riferimento

PropertyCollection.Enumerator Struttura

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient