AccountCollection.Remove 方法 (Account)

Removes the specified Account from the collection.

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

语法

声明
Public Sub Remove ( _
    item As Account _
)
用法
Dim instance As AccountCollection 
Dim item As Account

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

参数

异常

异常 条件
ItemNotFoundException

item is not contained by the collection.

请参阅

参考

AccountCollection 类

Remove 重载

Microsoft.AnalysisServices 命名空间