Freigeben über


QueryNotificationCollection.Add-Methode

Adds a QueryNotification to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Add ( _
    item As QueryNotification _
) As Integer
'Usage
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

Parameter

Rückgabewert

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

Siehe auch

Verweis

QueryNotificationCollection Klasse

Microsoft.AnalysisServices-Namespace