Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.