共用方式為


PerspectiveDimension.Attributes 屬性

Gets the collection of attributes for the associated 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
A collection of attributes.

請參閱

參考

PerspectiveDimension 類別

Microsoft.AnalysisServices 命名空間