TableNotificationCollection.AddRange Method

Adds the elements of a ICollection to the end of the collection.

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

Syntax

C#
public void AddRange(
    ICollection items
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

c is a null reference (Nothing in Visual Basic).

See Also

Reference

TableNotificationCollection Class

Microsoft.AnalysisServices Namespace