Метод AddRange
Adds the elements of the specified collection to the end of the list.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub AddRange ( _
urnCollection As IEnumerable(Of Urn) _
)
'Применение
Dim instance As UrnCollection
Dim urnCollection As IEnumerable(Of Urn)
instance.AddRange(urnCollection)
public void AddRange(
IEnumerable<Urn> urnCollection
)
public:
void AddRange(
IEnumerable<Urn^>^ urnCollection
)
member AddRange :
urnCollection:IEnumerable<Urn> -> unit
public function AddRange(
urnCollection : IEnumerable<Urn>
)
Параметры
- urnCollection
Тип: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Urn> ) > ) >
UrnCollection