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