MiningStructureCollection.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.