Classe Position
Represents a tuple reference contained by an Axis.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public NotInheritable Class Position _
Implements ISubordinateObject
'Uso
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
Comentários
A Position encapsulates tuple references within the axis of a cellset. Use Position to represent tuples for display purposes when displaying a cellset.
Observação |
---|
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. |
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..Position
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.