Класс 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
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.