MeasureGroupAttributeCollection.Remove 方法 (String)
Removes a MeasureGroupAttribute from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub Remove ( _
attributeId As String _
)
用法
Dim instance As MeasureGroupAttributeCollection
Dim attributeId As String
instance.Remove(attributeId)
public void Remove(
string attributeId
)
public:
void Remove(
String^ attributeId
)
member Remove :
attributeId:string -> unit
public function Remove(
attributeId : String
)
参数
- attributeId
类型:System.String
The attribute identifier of the MeasureGroupAttribute to be removed.
异常
异常 | 条件 |
---|---|
ItemNotFoundException | attributeID does not exist in the collection. |