共用方式為


LevelPropertyCollection 類別

表示 Level 所包含之 LevelProperty 物件的唯讀、視需要的集合。

繼承階層

Object
  Microsoft.AnalysisServices.AdomdServer.LevelPropertyCollection

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

語法

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

LevelPropertyCollection 型別公開下列成員。

屬性

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

回到頁首

方法

  名稱 說明
公用方法 {dtor} 釋放 LevelPropertyCollection 使用的所有資源。
公用方法 CopyTo(Array, Int32) 從特定的陣列索引開始,將 LevelPropertyCollection 的元素複製到陣列。
公用方法 CopyTo(array<LevelProperty[], Int32) 將集合元素複製到指定的陣列。
公用方法 Dispose 釋放 LevelPropertyCollection 使用的所有資源。
公用方法 Equals (繼承自 Object。)
公用方法 Find 依據名稱,從集合取得指定的 LevelProperty
公用方法 GetEnumerator() 取得可逐一查看集合的列舉值。
受保護的方法 GetEnumerator() 傳回列舉值物件的參考,用於逐一查看 LevelPropertyCollection 物件。
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

回到頁首

執行緒安全性

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

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間