Condividi tramite


Metodo CubeHierarchyCollection.Remove (String)

Removes the CubeHierarchy, with the specified identifier, from the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    hierarchyId As String _
)
'Utilizzo
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
)

Parametri

Eccezioni

Eccezione Condizione
ItemNotFoundException

hierarchyID is not contained by the collection.

Vedere anche

Riferimento

CubeHierarchyCollection Classe

Overload Remove

Spazio dei nomi Microsoft.AnalysisServices