Класс AdomdDataReader.Enumerator
Implements the IEnumeratorinterface to support iterating over a AdomdDataReader and reading its individual records.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public Class Enumerator _
Implements IEnumerator
'Применение
Dim instance As AdomdDataReader.Enumerator
public class Enumerator : IEnumerator
public ref class Enumerator : IEnumerator
type Enumerator =
class
interface IEnumerator
end
public class Enumerator implements IEnumerator
Замечания
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Because the AdomdDataReader is a forward-only source of data, you can iterate the associated enumerator only once.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..AdomdDataReader..::..Enumerator
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.