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