共用方式為


CubeInfo.Cubes 屬性

Gets an OlapInfoCubeCollection that represents metadata pertaining to the hierarchies that are associated with the CubeInfo.

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

語法

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

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

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection
Returns an OlapInfoCubeCollection that represents metadata pertaining to the hierarchies that are associated with the CubeInfo.

請參閱

參考

CubeInfo 類別

Microsoft.AnalysisServices.AdomdClient 命名空間