Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the ImpactDetail at the specified index from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Default Property Item ( _
index As Integer _
) As ImpactDetail
Get
Set
'Uso
Dim instance As ImpactDetailCollection
Dim index As Integer
Dim value As ImpactDetail
value = instance(index)
instance(index) = value
public ImpactDetail this[
int index
] { get; set; }
public:
property ImpactDetail^ default[int index] {
ImpactDetail^ get (int index);
void set (int index, ImpactDetail^ value);
}
member Item : ImpactDetail with get, set
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System.Int32
The zero-based index of the ImpactDetail to be returned.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.ImpactDetail
The ImpactDetail at the specified index.
Excepciones
| Excepción | Condición |
|---|---|
| ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than Count. |