Поделиться через


Метод TableNotificationCollection.Add

Adds a TableNotification to the end of the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Add ( _
    item As TableNotification _
) As Integer
'Применение
Dim instance As TableNotificationCollection 
Dim item As TableNotification 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    TableNotification item
)
public:
int Add(
    TableNotification^ item
)
member Add : 
        item:TableNotification -> int
public function Add(
    item : TableNotification
) : int

Параметры

Возвращаемое значение

Тип: System.Int32
The zero-based index at which the TableNotification has been added.

См. также

Справочник

TableNotificationCollection Класс

Пространство имен Microsoft.AnalysisServices