共用方式為


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