Condividi tramite


Proprietà AggregationDesignDimension.Parent

Gets the measure group object that is the parent of the AggregationDesignDimension object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDesign 
    Get
'Utilizzo
Dim instance As AggregationDesignDimension 
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AggregationDesign
A measure group object.

Vedere anche

Riferimento

AggregationDesignDimension Classe

Spazio dei nomi Microsoft.AnalysisServices