Estrutura OlapInfoAxisCollection.Enumerator
Supports iterating over a OlapInfoAxisCollection and reading its individual OlapInfoAxis objects.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public Structure Enumerator _
Implements IEnumerator
'Uso
Dim instance As OlapInfoAxisCollection.Enumerator
public struct Enumerator : IEnumerator
public value class Enumerator : IEnumerator
[<SealedAttribute>]
type Enumerator =
struct
interface IEnumerator
end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo OlapInfoAxisCollection.Enumerator expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Current | Gets the current OlapInfoAxis in the OlapInfoAxisCollection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
MoveNext | Moves to the next OlapInfoAxis in the OlapInfoAxisCollection. | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. | |
ToString | (Herdado de ValueType.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerator.Current | Gets the current element in the collection. |
Início
Comentários
In JScript, you can use the structures in the .NET Framework, but you cannot define your own.
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.