IncrementalProcessingNotificationCollection.AddRange 方法
Adds the elements of an ICollection to the end of the collection.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub AddRange ( _
items As ICollection _
)
'用途
Dim instance As IncrementalProcessingNotificationCollection
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
)
參數
- items
型別:System.Collections.ICollection
The ICollection whose elements should be added.
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | c is a null reference (Nothing in Visual Basic). |