Proprietà Measure.ParentCube

Gets a CubeDef that contains the Measure.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ParentCube As CubeDef 
    Get
'Utilizzo
Dim instance As Measure 
Dim value As CubeDef 

value = instance.ParentCube
public CubeDef ParentCube { get; }
public:
property CubeDef^ ParentCube {
    CubeDef^ get ();
}
member ParentCube : CubeDef
function get ParentCube () : CubeDef

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdClient.CubeDef
A CubeDef that contains the Measure.

Osservazioni

The ParentCube property returns a cube that contains the measure represented by the Measure.

Vedere anche

Riferimento

Measure Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient