AggregationAttributeCollection.Remove メソッド (AggregationAttribute, Boolean)

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

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub Remove ( _
    item As AggregationAttribute, _
    cleanUp As Boolean _
)
'使用
Dim instance As AggregationAttributeCollection 
Dim item As AggregationAttribute 
Dim cleanUp As Boolean

instance.Remove(item, cleanUp)
public void Remove(
    AggregationAttribute item,
    bool cleanUp
)
public:
void Remove(
    AggregationAttribute^ item, 
    bool cleanUp
)
member Remove : 
        item:AggregationAttribute * 
        cleanUp:bool -> unit
public function Remove(
    item : AggregationAttribute, 
    cleanUp : boolean
)

パラメーター

  • cleanUp
    型: System.Boolean
    参照元のオブジェクトを削除する場合は true、それ以外の場合は false です。

関連項目

参照

AggregationAttributeCollection クラス

Remove オーバーロード

Microsoft.AnalysisServices 名前空間