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
)
參數
- index
型別:System. . :: . .Object
The name, description, ID, or index of the EventInfo object to remove.