Remove 方法 (AggregationDimension)

Removes the specified AggregationDimension from the collection.

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

语法

声明
Public Sub Remove ( _
    item As AggregationDimension _
)
用法
Dim instance As AggregationDimensionCollection
Dim item As AggregationDimension

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

异常

异常 条件
ItemNotFoundException

item is not contained by the collection.