Propriedade do RDL NamedSet.ParentCube
Gets a CubeDef that contains the NamedSet.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentCube As CubeDef
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient.CubeDef
A CubeDef that contains the NamedSet.