次の方法で共有


AggregationAttributeCollection.Remove メソッド

定義

オーバーロード

Remove(AggregationAttribute)

指定された AggregationAttribute をコレクションから削除します。

Remove(String)

指定した AttributeID を持つ AggregationAttribute をコレクションから削除します。

Remove(AggregationAttribute, Boolean)

指定された AggregationAttribute をコレクションから削除します。

Remove(String, Boolean)

指定した AttributeID を持つ AggregationAttribute をコレクションから削除します。

Remove(AggregationAttribute)

指定された AggregationAttribute をコレクションから削除します。

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

パラメーター

item
AggregationAttribute

削除する AggregationAttribute です。

例外

指定したアイテムは null 参照 (Visual Basic では Nothing) です。

適用対象

Remove(String)

指定した AttributeID を持つ AggregationAttribute をコレクションから削除します。

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

パラメーター

attributeId
String

削除する AggregationAttribute の AttributeID です。

適用対象

Remove(AggregationAttribute, Boolean)

指定された AggregationAttribute をコレクションから削除します。

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

パラメーター

item
AggregationAttribute

削除する AggregationAttribute です。

cleanUp
Boolean

参照元のオブジェクトを削除する場合は true、それ以外の場合は false です。

例外

指定したアイテムは null 参照 (Visual Basic では Nothing) です。

注釈

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

適用対象

Remove(String, Boolean)

指定した AttributeID を持つ AggregationAttribute をコレクションから削除します。

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

パラメーター

attributeId
String

削除する AggregationAttribute の AttributeID です。

cleanUp
Boolean

参照元のオブジェクトを削除する場合は true、それ以外の場合は false です。

注釈

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

適用対象