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