AddRange 메서드
Adds the elements of an ICollection to the end of the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Sub AddRange ( _
items As ICollection _
)
‘사용 방법
Dim instance As CommandCollection
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