Proprietà NamedSet.ParentCube

Gets a CubeDef that contains the NamedSet.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ParentCube As CubeDef 
    Get
'Utilizzo
Dim instance As NamedSet 
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.AdomdServer.CubeDef
A CubeDef that contains the NamedSet.

Vedere anche

Riferimento

NamedSet Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer