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