Remove 方法

Removes the specified IncrementalProcessingNotification from the collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Sub Remove ( _
    item As IncrementalProcessingNotification _
)
用法
Dim instance As IncrementalProcessingNotificationCollection
Dim item As IncrementalProcessingNotification

instance.Remove(item)
public void Remove(
    IncrementalProcessingNotification item
)
public:
void Remove(
    IncrementalProcessingNotification^ item
)
member Remove : 
        item:IncrementalProcessingNotification -> unit 
public function Remove(
    item : IncrementalProcessingNotification
)

异常

异常 条件
ItemNotFoundException

item is not contained by the collection.