次の方法で共有


EventInfos.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
)

パラメーター

  • index
    型: System.Object
    削除する EventInfo オブジェクトの名前、説明、ID、またはインデックスです。

関連項目

参照

EventInfos クラス

Microsoft.SqlServer.Dts.Runtime 名前空間