次の方法で共有


DimensionAttribute Class

ディメンション属性を示します。このクラスは継承できません。

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

構文

'宣言
<DesignerAttribute("Microsoft.AnalysisServices.Design.DimensionAttributeDesigner, Microsoft.AnalysisServices.Design", GetType(IDesigner))> _
<GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")> _
Public NotInheritable Class DimensionAttribute
    Inherits NamedComponent
    Implements ICloneable
[DesignerAttribute("Microsoft.AnalysisServices.Design.DimensionAttributeDesigner, Microsoft.AnalysisServices.Design", typeof(IDesigner))] 
[GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")] 
public sealed class DimensionAttribute : NamedComponent, ICloneable
[DesignerAttribute(L"Microsoft.AnalysisServices.Design.DimensionAttributeDesigner, Microsoft.AnalysisServices.Design", typeof(IDesigner))] 
[GuidAttribute(L"DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")] 
public ref class DimensionAttribute sealed : public NamedComponent, ICloneable
/** @attribute DesignerAttribute("Microsoft.AnalysisServices.Design.DimensionAttributeDesigner, Microsoft.AnalysisServices.Design", System.ComponentModel.Design.IDesigner) */ 
/** @attribute GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D") */ 
public final class DimensionAttribute extends NamedComponent implements ICloneable
DesignerAttribute("Microsoft.AnalysisServices.Design.DimensionAttributeDesigner, Microsoft.AnalysisServices.Design", System.ComponentModel.Design.IDesigner) 
GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D") 
public final class DimensionAttribute extends NamedComponent implements ICloneable

継承階層

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.DimensionAttribute

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

DimensionAttribute Members
Microsoft.AnalysisServices Namespace