共用方式為


PropertyCollection 類別

包含 CellSet 所包含之 Property 物件的唯讀集合。

繼承階層

Object
  Microsoft.AnalysisServices.AdomdServer.PropertyCollection

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

語法

'宣告
Public NotInheritable Class PropertyCollection _
    Implements IDisposable, IEnumerable, ICollection
'用途
Dim instance As PropertyCollection
public sealed class PropertyCollection : IDisposable, 
    IEnumerable, ICollection
public ref class PropertyCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type PropertyCollection =  
    class 
        interface IDisposable 
        interface IEnumerable 
        interface ICollection 
    end
public final class PropertyCollection implements IDisposable, IEnumerable, ICollection

PropertyCollection 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count 取得集合中 Property 物件的數目。
公用屬性 IsSynchronized 取得值,指出是否同步存取集合 (安全執行緒)。
公用屬性 Item[Int32] 依據索引,從 PropertyCollection 集合取得指定的 Property。在 Microsoft Visual C# 中,這個屬性是 PropertyCollection 類別的索引子。
公用屬性 Item[String] 依據名稱,從 PropertyCollection 集合取得指定的 Property。在 Microsoft Visual C# 中,這個屬性是 PropertyCollection 類別的索引子。
公用屬性 SyncRoot 取得可用來同步存取 PropertyCollection 集合的物件。

回到頁首

方法

  名稱 說明
公用方法 {dtor} 釋放 PropertyCollection 使用的所有資源。
公用方法 CopyTo(Array, Int32) 將集合元素複製到指定的陣列。
公用方法 CopyTo(array<Property[], Int32) 將 PropertyCollection 集合的元素複製到指定的陣列。
公用方法 Dispose 釋放 PropertyCollection 使用的所有資源。
公用方法 Equals (繼承自 Object。)
公用方法 Find 依據名稱,從 PropertyCollection 集合取得指定的 Property
公用方法 GetEnumerator() 取得可逐一查看 PropertyCollection 集合的列舉值。
公用方法 GetEnumerator() 取得可逐一查看 PropertyCollection 集合的列舉值。
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

回到頁首

備註

CellSet 會使用 PropertyCollection 表示查詢傳回的軸。 PropertyCollection 所包含的每個 Property 都代表沿著一個或多個階層組織的一組一致 Tuple。 如需有關 Property 的詳細資訊,請參閱<Property>。

注意

這個集合中未包含篩選 Property。若要存取篩選 Property,您必須參考 CellSet 的 [OlapInfo.AxesInfo.FilterAxes] 屬性。

執行緒安全性

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

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間