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