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