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


Метод QueryNotificationCollection.Add

Adds a QueryNotification to the end of the collection.

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

Синтаксис

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

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

Параметры

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

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

См. также

Справочник

QueryNotificationCollection Класс

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