MiningParameterCollection.GetEnumerator 方法
Gets an Enumerator for iterating through the collection.
命名空間: 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
An Enumerator that can be used to iterate through the collection.