次の方法で共有


Level.SourceAttribute Property

Level オブジェクトに関連付けられたソース属性のディメンション属性を取得します。値の設定も可能です。

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

構文

'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")> _
<MergablePropertyAttribute(False)> _
<XmlIgnoreAttribute> _
Public Property SourceAttribute As DimensionAttribute
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")] 
[MergablePropertyAttribute(false)] 
[XmlIgnoreAttribute] 
public DimensionAttribute SourceAttribute { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")] 
[MergablePropertyAttribute(false)] 
[XmlIgnoreAttribute] 
public:
property DimensionAttribute^ SourceAttribute {
    DimensionAttribute^ get ();
    void set (DimensionAttribute^ value);
}
/** @property */
public DimensionAttribute get_SourceAttribute ()

/** @property */
public void set_SourceAttribute (DimensionAttribute value)
public function get SourceAttribute () : DimensionAttribute

public function set SourceAttribute (value : DimensionAttribute)

プロパティ値

DimensionAttribute オブジェクトです。

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

Level Class
Level Members
Microsoft.AnalysisServices Namespace