共用方式為


AggregationDesignAttributeCollection.Remove 方法 (AggregationDesignAttribute)

Removes the specified AggregationDesignAttribute from the collection.

命名空間:  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 is not contained by the collection.

請參閱

參考

AggregationDesignAttributeCollection 類別

Remove 多載

Microsoft.AnalysisServices 命名空間