共用方式為


IncrementalProcessingNotificationCollection.IList.Remove 方法

Removes the first occurrence of a specified object from the collection.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Private Sub Remove ( _
    value As Object _
) Implements IList.Remove
'用途
Dim instance As IncrementalProcessingNotificationCollection 
Dim value As Object 

CType(instance, IList).Remove(value)
void IList.Remove(
    Object value
)
private:
virtual void Remove(
    Object^ value
) sealed = IList::Remove
private abstract Remove : 
        value:Object -> unit  
private override Remove : 
        value:Object -> unit
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

參數

實作

IList.Remove(Object)

請參閱

參考

IncrementalProcessingNotificationCollection 類別

Microsoft.AnalysisServices 命名空間