다음을 통해 공유


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.