Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current IDataRecord interface in the AdomdDataReader.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Current As IDataRecord
Get
'Usage
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
Property Value
Type: System.Data.IDataRecord
The IDataRecord interface in the AdomdDataReader.