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