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