GetEnumerator 메서드
Returns an enumerator for iterating through the MiningStructureCollection collection.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
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