Compartir a través de


LevelCollection.Item Propiedad (Int32)

Gets the specified Level from the collection by its index. In C#, this property is the indexer for the LevelCollection class.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Level 
    Get
'Uso
Dim instance As LevelCollection 
Dim index As Integer 
Dim value As Level 

value = instance(index)
public Level this[
    int index
] { get; }
public:
property Level^ default[int index] {
    Level^ get (int index);
}
member Item : Level
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdClient.Level
The Level at the specified index.

Vea también

Referencia

LevelCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.AnalysisServices.AdomdClient