Classe PropertyCollection.Enumerator
Supports iterating over a PropertyCollection and reading its individual Property objects.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..PropertyCollection..::..Enumerator
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Enumerator _
Implements IEnumerator
'Utilizzo
Dim instance As PropertyCollection.Enumerator
public sealed class Enumerator : IEnumerator
public ref class Enumerator sealed : IEnumerator
[<SealedAttribute>]
type Enumerator =
class
interface IEnumerator
end
public final class Enumerator implements IEnumerator
Nel tipo PropertyCollection..::..Enumerator sono esposti i membri seguenti.
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
{dtor} | Releases all resources used by the PropertyCollection..::..Enumerator. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
MoveNext | Moves to the next Property in the PropertyCollection. |
![]() |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)
.gif)