Remove 方法 (MeasureGroupAttribute)

Removes the specified MeasureGroupAttribute from the collection.

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

语法

声明
Public Sub Remove ( _
    item As MeasureGroupAttribute _
)
用法
Dim instance As MeasureGroupAttributeCollection
Dim item As MeasureGroupAttribute

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

异常

异常 条件
ItemNotFoundException

item does not exist in the collection.