ModelComponentCollection.IModelComponentCollection.Remove 메서드 (IModelComponent, Boolean)

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

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

구문

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

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

매개 변수

  • cleanUp
    유형: System.Boolean
    true to release both managed and unmanaged resources; false to release only unmanaged resources.

구현

IModelComponentCollection.Remove(IModelComponent, Boolean)

참고 항목

참조

ModelComponentCollection 클래스

Remove 오버로드

Microsoft.AnalysisServices 네임스페이스