Classe AdomdDataReader.Enumerator
Implements the IEnumeratorinterface to support iterating over a AdomdDataReader and reading its individual records.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.AdomdServer.AdomdDataReader.Enumerator
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Class Enumerator _
Implements IEnumerator
'Uso
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
O tipo AdomdDataReader.Enumerator expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Current | Gets the current IDataRecord interface in the AdomdDataReader. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
MoveNext | Moves to the next IDataRecord interface in the AdomdDataReader. | |
Reset | This method is not supported on the forward-only AdomdDataReader. | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.