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