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