Struttura AxisCollection.Enumerator
Implements the System.Collections..::..IEnumerator interface to support iterating over an AxisCollection and reading its individual Axis objects.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Structure Enumerator _
Implements IEnumerator
'Utilizzo
Dim instance As AxisCollection.Enumerator
public struct Enumerator : IEnumerator
public value class Enumerator : IEnumerator
[<SealedAttribute>]
type Enumerator =
struct
interface IEnumerator
end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Osservazioni
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche