Класс LevelPropertyCollection.Enumerator
Supports iterating over a LevelPropertyCollection and reading its individual LevelProperty objects.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..LevelPropertyCollection..::..Enumerator
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public NotInheritable Class Enumerator _
Implements IEnumerator
'Применение
Dim instance As LevelPropertyCollection.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
Тип LevelPropertyCollection..::..Enumerator обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Current | Gets the current LevelProperty in the LevelPropertyCollection. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
{dtor} | Releases all resources used by the LevelPropertyCollection..::..Enumerator. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
MoveNext | Moves to the next LevelProperty in the LevelPropertyCollection. |
![]() |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)