MiningContentNodeCollection.GetEnumerator 方法
获取用于遍历集合的枚举器。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Function GetEnumerator As MiningContentNodeCollection.Enumerator
用法
Dim instance As MiningContentNodeCollection
Dim returnValue As MiningContentNodeCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningContentNodeCollection.Enumerator GetEnumerator()
public:
MiningContentNodeCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> MiningContentNodeCollection.Enumerator
public function GetEnumerator() : MiningContentNodeCollection.Enumerator
返回值
类型:Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection.Enumerator