Remove 方法
Removes the specified Binding from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub Remove ( _
item As Binding _
)
用法
Dim instance As BindingCollection
Dim item As Binding
instance.Remove(item)
public void Remove(
Binding item
)
public:
void Remove(
Binding^ item
)
member Remove :
item:Binding -> unit
public function Remove(
item : Binding
)
参数
- item
类型:Microsoft.AnalysisServices. . :: . .Binding
The Binding to be removed.
异常
异常 | 条件 |
---|---|
ItemNotFoundException | item is not contained by the collection. |