共用方式為


Axis 類別

Represents an axis within a cellset.

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

語法

'宣告
Public NotInheritable Class Axis _
    Implements ISubordinateObject
'用途
Dim instance As Axis
public sealed class Axis : ISubordinateObject
public ref class Axis sealed : ISubordinateObject
[<SealedAttribute>]
type Axis =  
    class
        interface ISubordinateObject
    end
public final class Axis implements ISubordinateObject

備註

An Axis represents one query or slicer axis returned in a cellset (and represented by a CellSet.) An axis is essentially a set of ordered, congruent tuples used to organize the cells in a cellset.

繼承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..Axis

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。