Freigeben über


AggregationAttribute.Parent-Eigenschaft

Gets the parent AggregationDimension of the current AggregationAttribute.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDimension 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AggregationDimension
The parent AggregationDimension of the current AggregationAttribute.

Siehe auch

Verweis

AggregationAttribute Klasse

Microsoft.AnalysisServices-Namespace