หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets an enumerator for iterating through the collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningModelColumnCollection.Enumerator
'Usage
Dim instance As MiningModelColumnCollection
Dim returnValue As MiningModelColumnCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningModelColumnCollection.Enumerator GetEnumerator()
public:
MiningModelColumnCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> MiningModelColumnCollection.Enumerator
public function GetEnumerator() : MiningModelColumnCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.MiningModelColumnCollection.Enumerator
The IEnumerator object that can be used to iterate through the collection.