共用方式為


AggregationDesignAttributeCollection.Remove 方法

定義

多載

Remove(AggregationDesignAttribute)

從集合移除指定的 AggregationDesignAttribute

Remove(String)

從集合中移除具有指定 AttributeID 的 AggregationDesignAttribute

Remove(AggregationDesignAttribute, Boolean)

從集合移除指定的 AggregationDesignAttribute

Remove(String, Boolean)

從集合中移除具有指定 AttributeID 的 AggregationDesignAttribute

Remove(AggregationDesignAttribute)

從集合移除指定的 AggregationDesignAttribute

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

參數

例外狀況

指定的項目為 Null 參考 (Visual Basic 中的 Nothing)。

適用於

Remove(String)

從集合中移除具有指定 AttributeID 的 AggregationDesignAttribute

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

參數

attributeId
String

要移除之 AggregationDesignAttribute 的 AttributeID。

適用於

Remove(AggregationDesignAttribute, Boolean)

從集合移除指定的 AggregationDesignAttribute

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

參數

cleanUp
Boolean

如果要刪除參考的物件,則為 true;否則為 false。

例外狀況

指定的項目為 Null 參考 (Visual Basic 中的 Nothing)。

備註

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

適用於

Remove(String, Boolean)

從集合中移除具有指定 AttributeID 的 AggregationDesignAttribute

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

參數

attributeId
String

要移除之 AggregationDesignAttribute 的 AttributeID。

cleanUp
Boolean

如果要刪除參考的物件,則為 true;否則為 false。

備註

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

適用於