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 命名空间