Compartilhar via


Propriedade do RDL AxisCollection.Enumerator.IEnumerator.Current

Gets the current Axis in the AxisCollection.

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 AxisCollection.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 Axis object.

Implementa

IEnumerator.Current

Consulte também

Referência

AxisCollection.Enumerator Estrutura

Namespace Microsoft.AnalysisServices.AdomdClient