ModelComponentCollection.IModelComponentCollection.Remove 메서드 (IModelComponent)

Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Private Sub Remove ( _
    item As IModelComponent _
) Implements IModelComponentCollection.Remove
‘사용 방법
Dim instance As ModelComponentCollection 
Dim item As IModelComponent 

CType(instance, IModelComponentCollection).Remove(item)
void IModelComponentCollection.Remove(
    IModelComponent item
)
private:
virtual void Remove(
    IModelComponent^ item
) sealed = IModelComponentCollection::Remove
private abstract Remove : 
        item:IModelComponent -> unit  
private override Remove : 
        item:IModelComponent -> unit
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

구현

IModelComponentCollection.Remove(IModelComponent)

참고 항목

참조

ModelComponentCollection 클래스

Remove 오버로드

Microsoft.AnalysisServices 네임스페이스