Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Removes the specified AggregationInstanceDimension from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As AggregationInstanceDimension _
)
'Применение
Dim instance As AggregationInstanceDimensionCollection
Dim item As AggregationInstanceDimension
instance.Remove(item)
public void Remove(
AggregationInstanceDimension item
)
public:
void Remove(
AggregationInstanceDimension^ item
)
member Remove :
item:AggregationInstanceDimension -> unit
public function Remove(
item : AggregationInstanceDimension
)
Параметры
- item
Тип: Microsoft.AnalysisServices.AggregationInstanceDimension
The AggregationInstanceDimension to be removed from the collection.