Метод IndexOf (AttributeTranslation)
Gets the index of a specified AttributeTranslation.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function IndexOf ( _
item As AttributeTranslation _
) As Integer
'Применение
Dim instance As AttributeTranslationCollection
Dim item As AttributeTranslation
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
AttributeTranslation item
)
public:
int IndexOf(
AttributeTranslation^ item
)
member IndexOf :
item:AttributeTranslation -> int
public function IndexOf(
item : AttributeTranslation
) : int
Параметры
- item
Тип Microsoft.AnalysisServices. . :: . .AttributeTranslation
The AttributeTranslation to be returned.
Возвращаемое значение
Тип System. . :: . .Int32
The zero-based index of the AttributeTranslation if the object is found; otherwise, -1.