Condividi tramite


Proprietà AggregationAttribute.ParentAggregationDesign

Gets the parent AggregationDesign of the current AggregationAttribute.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregationDesign As AggregationDesign 
    Get
'Utilizzo
Dim instance As AggregationAttribute 
Dim value As AggregationDesign 

value = instance.ParentAggregationDesign
[BrowsableAttribute(false)]
public AggregationDesign ParentAggregationDesign { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesign^ ParentAggregationDesign {
    AggregationDesign^ get ();
}
[<BrowsableAttribute(false)>]
member ParentAggregationDesign : AggregationDesign
function get ParentAggregationDesign () : AggregationDesign

Valore proprietà

Tipo: Microsoft.AnalysisServices.AggregationDesign
The parent AggregationDesign of the current AggregationAttribute.

Vedere anche

Riferimento

AggregationAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices