Структура MiningDistributionCollection.Enumerator
Supports iterating over a MiningDistributionCollection and reading its individual MiningDistribution objects.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Structure Enumerator _
Implements IEnumerator
'Применение
Dim instance As MiningDistributionCollection.Enumerator
public struct Enumerator : IEnumerator
public value class Enumerator : IEnumerator
[<SealedAttribute>]
type Enumerator =
struct
interface IEnumerator
end
JScript поддерживает использование структур, но не объявление новых.
Тип MiningDistributionCollection.Enumerator обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Current | Gets the current MiningDistribution in the MiningDistributionCollection. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от ValueType.) | |
GetHashCode | (Производный от ValueType.) | |
GetType | (Производный от Object.) | |
MoveNext | Moves to the next MiningDistribution in the MiningDistributionCollection. | |
Reset | Sets the MiningDistributionCollection.Enumerator to its initial position, which is before the first element in the collection. | |
ToString | (Производный от ValueType.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IEnumerator.Current | Gets the current element in the collection. |
В начало
Замечания
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.