Remove 方法 (AggregationDesignDimension)

Removes the specified AggregationDesignDimension from the collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Sub Remove ( _
    item As AggregationDesignDimension _
)
用法
Dim instance As AggregationDesignDimensionCollection
Dim item As AggregationDesignDimension

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

异常

异常 条件
ItemNotFoundException

item is not contained by the collection.