AggregationAttributeCollection.Remove 方法 (AggregationAttribute)

Removes the specified AggregationAttribute from the collection.

命名空间:  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
)

参数

异常

异常 条件
ItemNotFoundException

item is not contained by the collection.

请参阅

参考

AggregationAttributeCollection 类

Remove 重载

Microsoft.AnalysisServices 命名空间