Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an Enumerator for iterating through the MiningStructureColumnCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningStructureColumnCollection.Enumerator
'Usage
Dim instance As MiningStructureColumnCollection
Dim returnValue As MiningStructureColumnCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningStructureColumnCollection.Enumerator GetEnumerator()
public:
MiningStructureColumnCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> MiningStructureColumnCollection.Enumerator
public function GetEnumerator() : MiningStructureColumnCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningStructureColumnCollection.Enumerator
An Enumerator for iterating through the collection.