Proprietà Aggregation.Parent

Gets the parent AggregationDesign object for the current Aggregation 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 Aggregation 
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
The parent AggregationDesign object.

Vedere anche

Riferimento

Aggregation Classe

Spazio dei nomi Microsoft.AnalysisServices