次の方法で共有


CubeAttribute Class

キューブの属性の詳細を定義します。このコレクションに明示的に含まれていないディメンションの属性は、すべて既定値でコレクションに含まれます (Discover により返されます)。このクラスは継承できません。

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

構文

'宣言
<GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")> _
Public NotInheritable Class CubeAttribute
    Inherits ModelComponent
    Implements ICloneable
[GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")] 
public sealed class CubeAttribute : ModelComponent, ICloneable
[GuidAttribute(L"B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")] 
public ref class CubeAttribute sealed : public ModelComponent, ICloneable
/** @attribute GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196") */ 
public final class CubeAttribute extends ModelComponent implements ICloneable
GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196") 
public final class CubeAttribute extends ModelComponent implements ICloneable

継承階層

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

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

CubeAttribute Members
Microsoft.AnalysisServices Namespace