CubeDimension.Attributes 属性

Gets the collection of attributes associated with a CubeDimension object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As CubeAttributeCollection 
    Get
用法
Dim instance As CubeDimension 
Dim value As CubeAttributeCollection 

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

属性值

类型:Microsoft.AnalysisServices.CubeAttributeCollection
A collection of cube attributes.

请参阅

参考

CubeDimension 类

Microsoft.AnalysisServices 命名空间