Metodo Add
Adds a QueryNotification to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
item As QueryNotification _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .QueryNotification
The QueryNotification to add.
Valore restituito
Tipo: System. . :: . .Int32
The zero-based index at which the QueryNotification has been added.
Vedere anche