Condividi tramite


Proprietà CubeDimension.Parent

Gets the parent Cube of the CubeDimension object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Cube 
    Get
'Utilizzo
Dim instance As CubeDimension 
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.Cube
The parent Cube.

Vedere anche

Riferimento

CubeDimension Classe

Spazio dei nomi Microsoft.AnalysisServices