IncrementalProcessingNotificationCollection.AddRange Method
Adds the elements of an ICollection to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub AddRange ( _
items As ICollection _
)
'Usage
Dim instance As IncrementalProcessingNotificationCollection
Dim items As ICollection
instance.AddRange(items)
public void AddRange(
ICollection items
)
public:
void AddRange(
ICollection^ items
)
member AddRange :
items:ICollection -> unit
public function AddRange(
items : ICollection
)
Parameters
- items
Type: System.Collections.ICollection
The ICollection whose elements should be added.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | c is a null reference (Nothing in Visual Basic). |