ParentAggregationDesign 속성
Gets the parent AggregationDesign of the current AggregationAttribute.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregationDesign As AggregationDesign
Get
‘사용 방법
Dim instance As AggregationAttribute
Dim value As AggregationDesign
value = instance.ParentAggregationDesign
[BrowsableAttribute(false)]
public AggregationDesign ParentAggregationDesign { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesign^ ParentAggregationDesign {
AggregationDesign^ get ();
}
[<BrowsableAttribute(false)>]
member ParentAggregationDesign : AggregationDesign
function get ParentAggregationDesign () : AggregationDesign
속성 값
유형: Microsoft.AnalysisServices. . :: . .AggregationDesign
The parent AggregationDesign of the current AggregationAttribute.