Proprietà AggregationAttribute.Parent

Gets the parent AggregationDimension of the current AggregationAttribute.

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

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

AggregationAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices