Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Removes the AggregationDesignDimension, 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 ( _
cubeDimensionId As String _
)
'Uso
Dim instance As AggregationDesignDimensionCollection
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 AggregationDesignDimension to be removed.
Excepciones
| Excepción | Condición |
|---|---|
| ItemNotFoundException | cubeDimensionID is not contained by the collection. |