Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Removes the specified MeasureGroupDimension from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As MeasureGroupDimension _
)
'Usage
Dim instance As MeasureGroupDimensionCollection
Dim item As MeasureGroupDimension
instance.Remove(item)
public void Remove(
MeasureGroupDimension item
)
public:
void Remove(
MeasureGroupDimension^ item
)
member Remove :
item:MeasureGroupDimension -> unit
public function Remove(
item : MeasureGroupDimension
)
Parameters
- item
Type: Microsoft.AnalysisServices.MeasureGroupDimension
The MeasureGroupDimension to remove.
Exceptions
| Exception | Condition |
|---|---|
| ItemNotFoundException | item does not exists in the collection. |