次の方法で共有


Remove メソッド

EventInfo オブジェクトを EventInfos コレクションから削除します。

名前空間:  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
)

パラメーター