다음을 통해 공유


EventInfos.Remove 메서드

Removes an EventInfo object from the EventInfos collection.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Sub Remove ( _
    index As Object _
)
‘사용 방법
Dim instance As EventInfos 
Dim index As Object

instance.Remove(index)
public void Remove(
    Object index
)
public:
void Remove(
    Object^ index
)
member Remove : 
        index:Object -> unit
public function Remove(
    index : Object
)

매개 변수

참고 항목

참조

EventInfos 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스