Compartir a través de


Parent Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Cube
    Get
'Uso
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

Valor de la propiedad

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