共用方式為


CellCollection.Item 屬性 (Int32, Int32)

Gets the Cell using two-dimensional indexing scheme.

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

語法

'宣告
Public ReadOnly Default Property Item ( _
    index1 As Integer, _
    index2 As Integer _
) As Cell 
    Get
'用途
Dim instance As CellCollection 
Dim index1 As Integer 
Dim index2 As Integer 
Dim value As Cell 

value = instance(index1, index2)
public Cell this[
    int index1,
    int index2
] { get; }
public:
property Cell^ default[int index1, int index2] {
    Cell^ get (int index1, int index2);
}
member Item : Cell
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.Cell
The Cell at the specified indexes.

請參閱

參考

CellCollection 類別

Item 多載

Microsoft.AnalysisServices.AdomdClient 命名空間