Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 ImpactDetailCollection
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). |