다음을 통해 공유


Remove 메서드

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

Removes the specified TraceColumn from the collection.

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

구문

‘선언
Public Sub Remove ( _
    item As TraceColumn _
)
‘사용 방법
Dim instance As TraceColumnCollection
Dim item As TraceColumn

instance.Remove(item)
public void Remove(
    TraceColumn item
)
public:
void Remove(
    TraceColumn item
)
member Remove : 
        item:TraceColumn -> unit 
public function Remove(
    item : TraceColumn
)

매개 변수

예외

예외 조건
ItemNotFoundException

item does not exist in the collection.