Metoda GroupCollection.AddRange
Dodaje elementy ICollection do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub AddRange ( _
items As ICollection _
)
'Użycie
Dim instance As GroupCollection
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
)
Parametry
- items
Typ: System.Collections.ICollection
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentNullException | cjest odwołaniem do wartości null (nic nie w języku Visual Basic). |