PerspectiveAttributeCollection.Remove 方法

定义

重载

Remove(PerspectiveAttribute)

从集合中移除指定的 PerspectiveAttribute

Remove(String)

从集合中删除具有指定 AttributeID 的 PerspectiveAttribute

Remove(PerspectiveAttribute, Boolean)

从集合中移除指定的 PerspectiveAttribute

Remove(String, Boolean)

从集合中删除具有指定 AttributeID 的 PerspectiveAttribute

Remove(PerspectiveAttribute)

从集合中移除指定的 PerspectiveAttribute

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

参数

例外

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

适用于

Remove(String)

从集合中删除具有指定 AttributeID 的 PerspectiveAttribute

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

参数

attributeId
String

要删除的 PerspectiveAttribute 的 AttributeID。

适用于

Remove(PerspectiveAttribute, Boolean)

从集合中移除指定的 PerspectiveAttribute

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

参数

cleanUp
Boolean

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

例外

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

注解

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

适用于

Remove(String, Boolean)

从集合中删除具有指定 AttributeID 的 PerspectiveAttribute

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

参数

attributeId
String

要删除的 PerspectiveAttribute 的 AttributeID。

cleanUp
Boolean

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

注解

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

适用于