共用方式為


AggregationDesignAttributeCollection 類別

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

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

語法

'宣告
<GuidAttribute("0B45CD07-A446-44bd-A8D9-7EE614B944BE")> _
Public NotInheritable Class AggregationDesignAttributeCollection _
    Inherits ModelComponentCollection
'用途
Dim instance As AggregationDesignAttributeCollection
[GuidAttribute("0B45CD07-A446-44bd-A8D9-7EE614B944BE")]
public sealed class AggregationDesignAttributeCollection : ModelComponentCollection
[GuidAttribute(L"0B45CD07-A446-44bd-A8D9-7EE614B944BE")]
public ref class AggregationDesignAttributeCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("0B45CD07-A446-44bd-A8D9-7EE614B944BE")>]
type AggregationDesignAttributeCollection =  
    class
        inherit ModelComponentCollection
    end
public final class AggregationDesignAttributeCollection extends ModelComponentCollection

繼承階層

System. . :: . .Object
  Microsoft.AnalysisServices. . :: . .ModelComponentCollection
    Microsoft.AnalysisServices..::..AggregationDesignAttributeCollection

執行緒安全性

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