Właściwość PerspectiveMeasureGroup.ParentCube
Pobiera element nadrzędny Cube do PerspectiveMeasureGroup obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube
Get
'Użycie
Dim instance As PerspectiveMeasureGroup
Dim value As Cube
value = instance.ParentCube
[BrowsableAttribute(false)]
public Cube ParentCube { get; }
[BrowsableAttribute(false)]
public:
property Cube^ ParentCube {
Cube^ get ();
}
[<BrowsableAttribute(false)>]
member ParentCube : Cube
function get ParentCube () : Cube
Wartość właściwości
Typ: Microsoft.AnalysisServices.Cube
A Cube obiektu.