PerspectiveCollection.Remove 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Remove(Perspective, Boolean) |
从集合中移除指定的 Perspective。 |
Remove(Perspective) |
从集合中移除指定的 Perspective。 |
Remove(String) |
从集合中删除具有指定标识符的 Perspective。 |
Remove(String, Boolean) |
从集合中删除具有指定标识符的 Perspective。 |
Remove(Perspective, Boolean)
从集合中移除指定的 Perspective。
public void Remove(Microsoft.AnalysisServices.Perspective item, bool cleanUp);
override this.Remove : Microsoft.AnalysisServices.Perspective * bool -> unit
Public Sub Remove (item As Perspective, cleanUp As Boolean)
参数
- item
- Perspective
要删除的 Perspective。
- cleanUp
- Boolean
若要删除引用对象,则为 true;否则为 false。
例外
指定的项为空引用 (在 Visual Basic 中为 Nothing)。
注解
此 API 支持产品基础结构,不能在代码中直接使用。
适用于
Remove(Perspective)
从集合中移除指定的 Perspective。
public void Remove(Microsoft.AnalysisServices.Perspective item);
override this.Remove : Microsoft.AnalysisServices.Perspective -> unit
Public Sub Remove (item As Perspective)
参数
- item
- Perspective
要删除的 Perspective。
例外
指定的项为空引用 (在 Visual Basic 中为 Nothing)。
适用于
Remove(String)
从集合中删除具有指定标识符的 Perspective。
public void Remove(string id);
override this.Remove : string -> unit
Public Sub Remove (id As String)
参数
- id
- String
要删除的 Perspective 的标识符。
适用于
Remove(String, Boolean)
从集合中删除具有指定标识符的 Perspective。
public void Remove(string id, bool cleanUp);
override this.Remove : string * bool -> unit
Public Sub Remove (id As String, cleanUp As Boolean)
参数
- id
- String
要删除的 Perspective 的标识符。
- cleanUp
- Boolean
若要删除引用对象,则为 true;否则为 false。
注解
此 API 支持产品基础结构,不能在代码中直接使用。