Compartilhar via


Propriedade do RDL PositionCollection.Enumerator.IEnumerator.Current

Gets the current element in the collection.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Private ReadOnly Property Current As Object 
    Implements IEnumerator.Current 
    Get
'Uso
Dim instance As PositionCollection.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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

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

Implementa

IEnumerator.Current

Exceções

Exceção Condição
System.InvalidOperationException

The enumerator is currently before the first or after the last Position in the PositionCollection.

Consulte também

Referência

PositionCollection.Enumerator Estrutura

Namespace Microsoft.AnalysisServices.AdomdClient