Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.