共用方式為


OlapInfo.CubeInfo 屬性

Gets a CubeInfo that represents metadata pertaining to the cube that is associated with a CellSet.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property CubeInfo As CubeInfo 
    Get
'用途
Dim instance As OlapInfo 
Dim value As CubeInfo 

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

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.CubeInfo
An CubeInfo that represents metadata pertaining to the structure of the axes that are associated with a CellSet.

請參閱

參考

OlapInfo 類別

Microsoft.AnalysisServices.AdomdClient 命名空間