Поделиться через


Метод AggregationDesignDimensionCollection.Remove (String)

Removes the AggregationDesignDimension, with the specified identifier, from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub Remove ( _
    cubeDimensionId As String _
)
'Применение
Dim instance As AggregationDesignDimensionCollection 
Dim cubeDimensionId As String

instance.Remove(cubeDimensionId)
public void Remove(
    string cubeDimensionId
)
public:
void Remove(
    String^ cubeDimensionId
)
member Remove : 
        cubeDimensionId:string -> unit
public function Remove(
    cubeDimensionId : String
)

Параметры

Исключения

Исключение Условие
ItemNotFoundException

cubeDimensionID is not contained by the collection.

См. также

Справочник

AggregationDesignDimensionCollection Класс

Перегрузка Remove

Пространство имен Microsoft.AnalysisServices