Свойство Item
Gets the AttributeTranslation at the specified index from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
index As Integer _
) As AttributeTranslation
Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- index
Тип System. . :: . .Int32
The zero-based index of the AttributeTranslation to be returned.
Значение свойства
Тип Microsoft.AnalysisServices. . :: . .AttributeTranslation
The AttributeTranslation at the specified index.
Исключения
Исключение | Условие |
---|---|
ArgumentOutOfRangeException | index is less than zero. -or- index is greater than or equal to the number of AttributeTranslation in the collection. |