Propriedade do RDL ParentCube
Gets the parent Cube of a PerspectiveAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube
Get
'Uso
Dim instance As PerspectiveAttribute
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .Cube
A Cube object.