Propriedade do RDL Item (Int32)
Gets the AggregationInstance, at the specified index, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As AggregationInstance
Get
'Uso
Dim instance As AggregationInstanceCollection
Dim index As Integer
Dim value As AggregationInstance
value = instance(index)
public AggregationInstance this[
int index
] { get; }
public:
property AggregationInstance^ default[int index] {
AggregationInstance^ get (int index);
}
member Item : AggregationInstance
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- index
Tipo: System. . :: . .Int32
The zero-based index of the AggregationInstance to be returned.
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .AggregationInstance
The AggregationInstance at the specified index.
Consulte também