共用方式為


AggregationDimensionCollection 類別

Contains a collection of AggregationDimension objects. This class cannot be inherited.

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

語法

'宣告
<GuidAttribute("E2A71693-5E01-4ed7-A763-9F53131D603F")> _
Public NotInheritable Class AggregationDimensionCollection _
    Inherits ModelComponentCollection
'用途
Dim instance As AggregationDimensionCollection
[GuidAttribute("E2A71693-5E01-4ed7-A763-9F53131D603F")]
public sealed class AggregationDimensionCollection : ModelComponentCollection
[GuidAttribute(L"E2A71693-5E01-4ed7-A763-9F53131D603F")]
public ref class AggregationDimensionCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("E2A71693-5E01-4ed7-A763-9F53131D603F")>]
type AggregationDimensionCollection =  
    class
        inherit ModelComponentCollection
    end
public final class AggregationDimensionCollection extends ModelComponentCollection

繼承階層

System. . :: . .Object
  Microsoft.AnalysisServices. . :: . .ModelComponentCollection
    Microsoft.AnalysisServices..::..AggregationDimensionCollection

執行緒安全性

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