Compartilhar via


Propriedade do RDL AdomdDataReader.Enumerator.Current

Gets the current IDataRecord interface in the AdomdDataReader.

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

Sintaxe

'Declaração
Public ReadOnly Property Current As IDataRecord 
    Get
'Uso
Dim instance As AdomdDataReader.Enumerator 
Dim value As IDataRecord 

value = instance.Current
public IDataRecord Current { get; }
public:
property IDataRecord^ Current {
    IDataRecord^ get ();
}
member Current : IDataRecord
function get Current () : IDataRecord

Valor da propriedade

Tipo: System.Data.IDataRecord
The IDataRecord interface in the AdomdDataReader.

Consulte também

Referência

AdomdDataReader.Enumerator Estrutura

Namespace Microsoft.AnalysisServices.AdomdClient