Méthode Remove (Dimension)
Removes the specified Dimension from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As Dimension _
)
'Utilisation
Dim instance As DimensionCollection
Dim item As Dimension
instance.Remove(item)
public void Remove(
Dimension item
)
public:
void Remove(
Dimension^ item
)
member Remove :
item:Dimension -> unit
public function Remove(
item : Dimension
)
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .Dimension
The Dimension to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item is not contained by the collection. |
Voir aussi