Método TableNotificationCollection.Add

Adds a TableNotification to the end of the collection.

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

Sintaxe

'Declaração
Public Function Add ( _
    item As TableNotification _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

TableNotificationCollection Classe

Namespace Microsoft.AnalysisServices