Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Removes the PerspectiveDimension that has the specified identifier from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
cubeDimensionId As String _
)
'Uso
Dim instance As PerspectiveDimensionCollection
Dim cubeDimensionId As String
instance.Remove(cubeDimensionId)
public void Remove(
string cubeDimensionId
)
public:
void Remove(
String^ cubeDimensionId
)
member Remove :
cubeDimensionId:string -> unit
public function Remove(
cubeDimensionId : String
)
Parámetros
- cubeDimensionId
Tipo: System.String
The identifier of the PerspectiveDimension to remove.
Excepciones
| Excepción | Condición |
|---|---|
| ItemNotFoundException | cubeDimensionID does not exist in the collection. |