次の方法で共有


AggregationDesignAttributeCollection.Remove メソッド (AggregationDesignAttribute)

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

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

構文

'宣言
Public Sub Remove ( _
    item As AggregationDesignAttribute _
)
'使用
Dim instance As AggregationDesignAttributeCollection 
Dim item As AggregationDesignAttribute

instance.Remove(item)
public void Remove(
    AggregationDesignAttribute item
)
public:
void Remove(
    AggregationDesignAttribute^ item
)
member Remove : 
        item:AggregationDesignAttribute -> unit
public function Remove(
    item : AggregationDesignAttribute
)

パラメーター

例外

例外 条件
ItemNotFoundException

item がコレクションに含まれていません。

関連項目

参照

AggregationDesignAttributeCollection クラス

Remove オーバーロード

Microsoft.AnalysisServices 名前空間