Compartilhar via


Propriedade do RDL Parent

Gets the Cube object that is the parent of the MdxScript object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Cube
    Get
'Uso
Dim instance As MdxScript
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices. . :: . .Cube
A Cube object.