Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |