Condividi tramite


Proprietà AttributeTranslationCollection.Item

Gets the AttributeTranslation at the specified index from the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AttributeTranslation 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

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

Eccezioni

Eccezione Condizione
ArgumentOutOfRangeException

index is less than zero.

-or-

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

Vedere anche

Riferimento

AttributeTranslationCollection Classe

Spazio dei nomi Microsoft.AnalysisServices