ModelComponentCollection.Remove 메서드
Removes the specified IModelComponent from the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Protected Friend Sub Remove ( _
item As IModelComponent _
)
‘사용 방법
Dim item As IModelComponent
Me.Remove(item)
protected internal void Remove(
IModelComponent item
)
protected public:
void Remove(
IModelComponent^ item
)
member Remove :
item:IModelComponent -> unit
function Remove(
item : IModelComponent
)
매개 변수
- item
유형: Microsoft.AnalysisServices.IModelComponent
The IModelComponent to remove.