Remove Método (String)
Removes the CubeHierarchy, with the specified identifier, from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
hierarchyId As String _
)
'Uso
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
)
Parámetros
- hierarchyId
Tipo: System. . :: . .String
Excepciones
Excepción | Condición |
---|---|
ItemNotFoundException | hierarchyID is not contained by the collection. |