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