Метод 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. |