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.