Метод GetEnumerator
Gets an Enumerator for iterating through the MiningStructureCollection collection.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function GetEnumerator As MiningStructureCollection..::..Enumerator
'Применение
Dim instance As MiningStructureCollection
Dim returnValue As MiningStructureCollection..::..Enumerator
returnValue = instance.GetEnumerator()
public MiningStructureCollection..::..Enumerator GetEnumerator()
public:
MiningStructureCollection..::..Enumerator GetEnumerator()
member GetEnumerator : unit -> MiningStructureCollection..::..Enumerator
public function GetEnumerator() : MiningStructureCollection..::..Enumerator
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningStructureCollection. . :: . .Enumerator
An enumerator that can be used to iterate through the collection.
См. также