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