Level.SourceAttribute プロパティ

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

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

構文

'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property SourceAttribute As DimensionAttribute 
    Get 
    Set
'使用
Dim instance As Level 
Dim value As DimensionAttribute 

value = instance.SourceAttribute

instance.SourceAttribute = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")]
public DimensionAttribute SourceAttribute { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DimensionAttribute^ SourceAttribute {
    DimensionAttribute^ get ();
    void set (DimensionAttribute^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")>]
member SourceAttribute : DimensionAttribute with get, set
function get SourceAttribute () : DimensionAttribute 
function set SourceAttribute (value : DimensionAttribute)

プロパティ値

型: Microsoft.AnalysisServices.DimensionAttribute
Level オブジェクトに関連付けられたソース属性の DimensionAttribute オブジェクトです。

関連項目

参照

Level クラス

Microsoft.AnalysisServices 名前空間