共用方式為


MemberPropertyCollection.Enumerator 結構

Supports iterating over a MemberPropertyCollection and reading its individual MemberProperty objects.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Structure Enumerator _
    Implements IEnumerator
'用途
Dim instance As MemberPropertyCollection.Enumerator
public struct Enumerator : IEnumerator
public value class Enumerator : IEnumerator
[<SealedAttribute>]
type Enumerator =  
    struct
        interface IEnumerator
    end
JScript 支援結構的使用,但不支援結構的宣告。

備註

In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。