CellCollection.Item Property (Int32, Int32)
Gets the specified Cell from the collection by its coordinate.
Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntaxe
'Déclaration
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)
Paramètres
- 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.
Exceptions
Type d'exception | Condition |
---|---|
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. |
Notes
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.
Remarque : |
---|
This property is optimized and can only be used with cellsets that contain exactly two axes. |
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
CellCollection Class
CellCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace