Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the ordinal position of the Position.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Синтаксис
'Декларация
Public ReadOnly Property Ordinal As Integer
public int Ordinal { get; }
public:
property int Ordinal {
int get ();
}
/** @property */
public int get_Ordinal ()
public function get Ordinal () : int
Значение свойства
An Integer that contains the ordinal position of the Position.
Замечания
This property returns the ordinal position of the Position within a PositionCollection, referenced from an Axis by using the Positions property.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Position Class
Position Members
Microsoft.AnalysisServices.AdomdClient Namespace