Parent propriété

Gets the parent AggregationDesign object for the current Aggregation object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDesign
    Get
'Utilisation
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

Valeur de la propriété

Type : Microsoft.AnalysisServices. . :: . .AggregationDesign
The parent AggregationDesign object.