Propriété Measure.ParentCube
Gets a CubeDef that contains the Measure.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParentCube As CubeDef
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdClient.CubeDef
A CubeDef that contains the Measure.
Notes
The ParentCube property returns a cube that contains the measure represented by the Measure.