Parent propriété
Gets the Cube object that is the parent of the MeasureGroup object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Cube
Get
'Utilisation
Dim instance As MeasureGroup
Dim value As Cube
value = instance.Parent
[BrowsableAttribute(false)]
public Cube Parent { get; }
[BrowsableAttribute(false)]
public:
property Cube^ Parent {
Cube^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Cube
function get Parent () : Cube
Valeur de la propriété
Type : Microsoft.AnalysisServices. . :: . .Cube
A Cube object.
Voir aussi