Propriété Parent
Gets the parent perspective relative to a PerspectiveMeasureGroup object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Perspective
Get
'Utilisation
Dim instance As PerspectiveMeasureGroup
Dim value As Perspective
value = instance.Parent
[BrowsableAttribute(false)]
public Perspective Parent { get; }
[BrowsableAttribute(false)]
public:
property Perspective^ Parent {
Perspective^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Perspective
function get Parent () : Perspective
Valeur de propriété
Type : Microsoft.AnalysisServices. . :: . .Perspective
A Perspective object.