OrderByAttribute 속성
Gets or sets the attribute by which to order the members of the attribute hierarchy.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property OrderByAttribute As DimensionAttribute
Get
‘사용 방법
Dim instance As DimensionAttribute
Dim value As DimensionAttribute
value = instance.OrderByAttribute
[BrowsableAttribute(false)]
public DimensionAttribute OrderByAttribute { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ OrderByAttribute {
DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member OrderByAttribute : DimensionAttribute
function get OrderByAttribute () : DimensionAttribute
속성 값
형식: Microsoft.AnalysisServices. . :: . .DimensionAttribute
A DimensionAttribute that identifies the attribute by which to order the members of the attribute hierarchy.