TableNotificationCollection.Add(TableNotification) Methode

Definition

Fügt das angegebene TableNotification-Objekt am Ende der Auflistung hinzu.

public int Add (Microsoft.AnalysisServices.TableNotification item);
member this.Add : Microsoft.AnalysisServices.TableNotification -> int
Public Function Add (item As TableNotification) As Integer

Parameter

item
TableNotification

Das TableNotification-Objekt, das hinzugefügt werden soll.

Gibt zurück

Der nullbasierte Index, an dem das TableNotification-Objekt zur Collection hinzugefügt wurde.

Ausnahmen

Das angegebene Element ist ein NULL-Verweis („Nothing“ in Visual Basic).

Das angegebene Element ist bereits in der Collection vorhanden.

Gilt für: