次の方法で共有


PerspectiveDimension.Attributes プロパティ

関連付けられている PerspectiveDimension の属性のコレクションを取得します。

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

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As PerspectiveAttributeCollection 
    Get
'使用
Dim instance As PerspectiveDimension 
Dim value As PerspectiveAttributeCollection 

value = instance.Attributes
[BrowsableAttribute(false)]
public PerspectiveAttributeCollection Attributes { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveAttributeCollection^ Attributes {
    PerspectiveAttributeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Attributes : PerspectiveAttributeCollection
function get Attributes () : PerspectiveAttributeCollection

プロパティ値

型: Microsoft.AnalysisServices.PerspectiveAttributeCollection
属性のコレクションです。

関連項目

参照

PerspectiveDimension クラス

Microsoft.AnalysisServices 名前空間