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.