Partager via


Méthode Add

Adds a TableNotification to the end of the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    item As TableNotification _
) As Integer
'Utilisation
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

Valeur de retour

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