OlapInfo.AxesInfo 屬性
Gets an AxesInfo that represents metadata pertaining to the axes that are associated with a CellSet.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public ReadOnly Property AxesInfo As AxesInfo
Get
'用途
Dim instance As OlapInfo
Dim value As AxesInfo
value = instance.AxesInfo
public AxesInfo AxesInfo { get; }
public:
property AxesInfo^ AxesInfo {
AxesInfo^ get ();
}
member AxesInfo : AxesInfo
function get AxesInfo () : AxesInfo
屬性值
型別:Microsoft.AnalysisServices.AdomdClient.AxesInfo
An AxesInfo that represents metadata pertaining to the axes that are associated with a CellSet.