Propriedade do RDL Parent
Gets the parent AggregationDimension of the current AggregationAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDimension
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .AggregationDimension
The parent AggregationDimension of the current AggregationAttribute.