PerspectiveMeasureGroupCollection.Remove 方法 (String)
Removes the PerspectiveMeasureGroup that has the specified identifier from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub Remove ( _
measureGroupId As String _
)
用法
Dim instance As PerspectiveMeasureGroupCollection
Dim measureGroupId As String
instance.Remove(measureGroupId)
public void Remove(
string measureGroupId
)
public:
void Remove(
String^ measureGroupId
)
member Remove :
measureGroupId:string -> unit
public function Remove(
measureGroupId : String
)
参数
- measureGroupId
类型:System.String
The identifier of the PerspectiveMeasureGroup to remove.
异常
异常 | 条件 |
---|---|
ItemNotFoundException | measureGroupID does not exist in the collection. |