Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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). |