Compartilhar via


Propriedade Item

Gets the AttributeTranslation 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 AttributeTranslation
    Get
'Uso
Dim instance As AttributeTranslationCollection
Dim index As Integer
Dim value As AttributeTranslation

value = instance(index)
public AttributeTranslation this[
    int index
] { get; }
public:
property AttributeTranslation^ default[int index] {
    AttributeTranslation^ get (int index);
}
member Item : AttributeTranslation
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Exceções

Exceção Condição
ArgumentOutOfRangeException

index is less than zero.

-or-

index is greater than or equal to the number of AttributeTranslation in the collection.