Compartir a través de


Item Propiedad

Gets the XmlaResult at the specified index in the collection.

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

Sintaxis

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

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

Parámetros

Valor de la propiedad

Tipo: Microsoft.AnalysisServices. . :: . .XmlaResult
The XmlaResult at the specified index.

Excepciones

Excepción Condición
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.