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