共用方式為


Position 類別

Represents a tuple reference contained by an Axis.

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

語法

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

備註

A Position encapsulates tuple references within the axis of a cellset. Use Position to represent tuples for display purposes when displaying a cellset.

[!附註]

The Position object is available primarily for backward compatibility. A Position represents a coordinate along the axis that contains it. Each Position on the axis has a corresponding Tuple in the Set contained by that axis. We recommend using the Tuple instead of the Position, in most cases.

繼承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..Position

執行緒安全性

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