ImpactDetailCollection.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 ImpactDetailCollection 
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
)

매개 변수

예외

예외 조건
ArgumentNullException

c is a null reference (Nothing in Visual Basic).

참고 항목

참조

ImpactDetailCollection 클래스

Microsoft.AnalysisServices 네임스페이스