Condividi tramite


Metodo TableNotificationCollection.Add

Adds a TableNotification 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 TableNotification _
) As Integer
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

TableNotificationCollection Classe

Spazio dei nomi Microsoft.AnalysisServices