Método TableNotificationCollection.AddRange
Adds the elements of a ICollection to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub AddRange ( _
items As ICollection _
)
'Uso
Dim instance As TableNotificationCollection
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
)
Parâmetros
- items
Tipo: System.Collections.ICollection
The ICollection whose elements should be added at the end to the collection.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | c is a null reference (Nothing in Visual Basic). |