MiningStructureCollection.GetEnumerator Method

Returns an enumerator for iterating through the MiningStructureCollection collection.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetEnumerator As MiningStructureCollection.Enumerator
'Usage
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

Return Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningStructureCollection.Enumerator
An enumerator that can be used to iterate through the collection.

See Also

Reference

MiningStructureCollection Class

GetEnumerator Overload

Microsoft.AnalysisServices.AdomdServer Namespace