MiningStructureCollection.GetEnumerator 方法

返回用于遍历 MiningStructureCollection 集合的枚举器。

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.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.AdomdServer.MiningStructureCollection.Enumerator
一个可用于遍历集合的枚举器。

请参阅

参考

MiningStructureCollection 类

GetEnumerator 重载

Microsoft.AnalysisServices.AdomdServer 命名空间