AggregationAttributeCollection.Remove メソッド (AggregationAttribute)
指定した AggregationAttribute をコレクションから削除します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Remove ( _
item As AggregationAttribute _
)
'使用
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute
instance.Remove(item)
public void Remove(
AggregationAttribute item
)
public:
void Remove(
AggregationAttribute^ item
)
member Remove :
item:AggregationAttribute -> unit
public function Remove(
item : AggregationAttribute
)
パラメーター
- item
型: Microsoft.AnalysisServices.AggregationAttribute
削除する AggregationAttribute です。
例外
例外 | 条件 |
---|---|
ItemNotFoundException | item がコレクションに含まれていません。 |