MiningStructureColumnCollection.GetEnumerator 方法
Gets an Enumerator for iterating through the MiningStructureColumnCollection collection.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Function GetEnumerator As MiningStructureColumnCollection.Enumerator
'用途
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
傳回值
型別:Microsoft.AnalysisServices.AdomdServer.MiningStructureColumnCollection.Enumerator
An Enumerator for iterating through the collection.