Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 CommandCollection
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 will be added.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | c is a null reference (Nothing in Visual Basic). |