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