Метод RestoreFolderCollection.AddRange
Adds the elements of a ICollection to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub AddRange ( _
items As ICollection _
)
'Применение
Dim instance As RestoreFolderCollection
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 at the end of the collection.
Исключения
Исключение | Условие |
---|---|
ArgumentNullException | c is a null reference (Nothing in Visual Basic). |