NamedSet.ParentCube 属性

Gets a CubeDef that contains the NamedSet.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property ParentCube As CubeDef 
    Get
用法
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

属性值

类型:Microsoft.AnalysisServices.AdomdClient.CubeDef
A CubeDef that contains the NamedSet.

请参阅

参考

NamedSet 类

Microsoft.AnalysisServices.AdomdClient 命名空间