AggregationDesignCollection 類別
Contains a collection of AggregationDesign objects. This class cannot be inherited.
繼承階層
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices. . :: . .NamedComponentCollection
Microsoft.AnalysisServices. . :: . .MajorObjectCollection
Microsoft.AnalysisServices..::..AggregationDesignCollection
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<GuidAttribute("DE776BB8-AD5A-40bf-91A4-D3A440AC0462")> _
Public NotInheritable Class AggregationDesignCollection _
Inherits MajorObjectCollection
'用途
Dim instance As AggregationDesignCollection
[GuidAttribute("DE776BB8-AD5A-40bf-91A4-D3A440AC0462")]
public sealed class AggregationDesignCollection : MajorObjectCollection
[GuidAttribute(L"DE776BB8-AD5A-40bf-91A4-D3A440AC0462")]
public ref class AggregationDesignCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("DE776BB8-AD5A-40bf-91A4-D3A440AC0462")>]
type AggregationDesignCollection =
class
inherit MajorObjectCollection
end
public final class AggregationDesignCollection extends MajorObjectCollection
AggregationDesignCollection 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (繼承自 ModelComponentCollection。) |
![]() |
DemandLoadingService | 基礎結構。 (繼承自 ModelComponentCollection。) |
![]() |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (繼承自 ModelComponentCollection。) |
![]() |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (繼承自 ModelComponentCollection。) |
![]() |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (繼承自 ModelComponentCollection。) |
![]() |
Item[ ( [ ( Int32] ) ] ) | Gets the AggregationDesign, at the specified index, from the collection. |
![]() |
Item[ ( [ ( String] ) ] ) | Gets the AggregationDesign, with the specified identifier, from the collection. |
![]() |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (繼承自 ModelComponentCollection。) |
![]() |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (繼承自 ModelComponentCollection。) |
![]() |
Preloadable | 基礎結構。 (繼承自 ModelComponentCollection。) |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (繼承自 ModelComponentCollection。) |
上層
方法
上層
事件
名稱 | 說明 | |
---|---|---|
![]() |
CollectionChanged | 基礎結構。 (繼承自 ModelComponentCollection。) |
![]() |
CollectionChanging | 基礎結構。 (繼承自 ModelComponentCollection。) |
上層
明確 繼承 實作
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。