PerspectiveMeasureCollection.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
The identifier of the PerspectiveMeasure to remove.
例外狀況
例外狀況 | 條件 |
---|---|
ItemNotFoundException | measureID does not exist in the collection. |