Gets the specified Cell from the collection by its coordinate.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
語法
'宣告
Public ReadOnly Default Property Item ( _
index1 As Integer, _
index2 As Integer _
) As Cell
public Cell this [
int index1,
int index2
] { get; }
public:
property Cell^ default [int, int] {
Cell^ get (int index1, int index2);
}
/** @property */
public Cell get_Item (int index1, int index2)
參數
- index1
The zero-based index on the first axis of the Cell to find.
- index2
The zero-based index on the second axis of the Cell to find.
例外
| 例外類型 | 狀況 |
|---|---|
| System.ArgumentException | The CellSet does not have exactly two axes. |
| System.ArgumentOutOfRangeException | Either index1 or index2 were less 0, or greater than the number of tuples in their respective axes. |
備註
This property is optimized for two-dimensional cellsets. Any attempt to use this with a cellset that contains more or less than two dimensions raises an exception.
附註: |
|---|
| This property is optimized and can only be used with cellsets that contain exactly two axes. |
執行緒安全性
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.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
CellCollection Class
CellCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace
附註: