Parent 屬性
Gets the parent AggregationDimension of the current AggregationAttribute.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDimension
Get
'用途
Dim instance As AggregationAttribute
Dim value As AggregationDimension
value = instance.Parent
[BrowsableAttribute(false)]
public AggregationDimension Parent { get; }
[BrowsableAttribute(false)]
public:
property AggregationDimension^ Parent {
AggregationDimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : AggregationDimension
function get Parent () : AggregationDimension
屬性值
型別:Microsoft.AnalysisServices. . :: . .AggregationDimension
The parent AggregationDimension of the current AggregationAttribute.