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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。