PerspectiveActionCollection.Remove 方法

定义

重载

Remove(PerspectiveAction)

从集合中移除指定的 PerspectiveAction

Remove(String)

从集合中删除具有指定 ActionID 的 PerspectiveAction

Remove(PerspectiveAction, Boolean)

从集合中移除指定的 PerspectiveAction

Remove(String, Boolean)

从集合中删除具有指定 ActionID 的 PerspectiveAction

Remove(PerspectiveAction)

从集合中移除指定的 PerspectiveAction

public void Remove (Microsoft.AnalysisServices.PerspectiveAction item);
override this.Remove : Microsoft.AnalysisServices.PerspectiveAction -> unit
Public Sub Remove (item As PerspectiveAction)

参数

item
PerspectiveAction

要删除的 PerspectiveAction

例外

指定的项为空引用 (在 Visual Basic 中为 Nothing)。

适用于

Remove(String)

从集合中删除具有指定 ActionID 的 PerspectiveAction

public void Remove (string actionId);
override this.Remove : string -> unit
Public Sub Remove (actionId As String)

参数

actionId
String

要删除的 PerspectiveAction 的 ActionID。

适用于

Remove(PerspectiveAction, Boolean)

从集合中移除指定的 PerspectiveAction

public void Remove (Microsoft.AnalysisServices.PerspectiveAction item, bool cleanUp);
override this.Remove : Microsoft.AnalysisServices.PerspectiveAction * bool -> unit
Public Sub Remove (item As PerspectiveAction, cleanUp As Boolean)

参数

item
PerspectiveAction

要删除的 PerspectiveAction

cleanUp
Boolean

若要删除引用对象,则为 true;否则为 false。

例外

指定的项为空引用 (在 Visual Basic 中为 Nothing)。

注解

此 API 支持产品基础结构,不能在代码中直接使用。

适用于

Remove(String, Boolean)

从集合中删除具有指定 ActionID 的 PerspectiveAction

public void Remove (string actionId, bool cleanUp);
override this.Remove : string * bool -> unit
Public Sub Remove (actionId As String, cleanUp As Boolean)

参数

actionId
String

要删除的 PerspectiveAction 的 ActionID。

cleanUp
Boolean

若要删除引用对象,则为 true;否则为 false。

注解

此 API 支持产品基础结构,不能在代码中直接使用。

适用于