PerspectiveActionCollection.Remove 方法 (String)
Removes a PerspectiveAction from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub Remove ( _
actionId As String _
)
用法
Dim instance As PerspectiveActionCollection
Dim actionId As String
instance.Remove(actionId)
public void Remove(
string actionId
)
public:
void Remove(
String^ actionId
)
member Remove :
actionId:string -> unit
public function Remove(
actionId : String
)
参数
- actionId
类型:System.String
The identifier of the PerspectiveAction to be removed.
异常
异常 | 条件 |
---|---|
ItemNotFoundException | actionID does not exist in the collection. |