次の方法で共有


AggregationDesignDimension Class

キューブ ディメンションと AggregationDesignDimension との間のリレーションシップを表すプリミティブ データ型を定義します。このクラスは継承できません。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", GetType(IDesigner))> _
<GuidAttribute("CB295954-22BF-4446-B173-4B3FC0930737")> _
Public NotInheritable Class AggregationDesignDimension
    Inherits ModelComponent
    Implements ICloneable
[DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", typeof(IDesigner))] 
[GuidAttribute("CB295954-22BF-4446-B173-4B3FC0930737")] 
public sealed class AggregationDesignDimension : ModelComponent, ICloneable
[DesignerAttribute(L"Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", typeof(IDesigner))] 
[GuidAttribute(L"CB295954-22BF-4446-B173-4B3FC0930737")] 
public ref class AggregationDesignDimension sealed : public ModelComponent, ICloneable
/** @attribute DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", System.ComponentModel.Design.IDesigner) */ 
/** @attribute GuidAttribute("CB295954-22BF-4446-B173-4B3FC0930737") */ 
public final class AggregationDesignDimension extends ModelComponent implements ICloneable
DesignerAttribute("Microsoft.DataWarehouse.Design.EmptyComponentDesigner, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", System.ComponentModel.Design.IDesigner) 
GuidAttribute("CB295954-22BF-4446-B173-4B3FC0930737") 
public final class AggregationDesignDimension extends ModelComponent implements ICloneable

継承階層

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.AggregationDesignDimension

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

AggregationDesignDimension Members
Microsoft.AnalysisServices Namespace