Metodo AggregationDesignDimensionCollection.Remove (String)
Removes the AggregationDesignDimension, with the specified identifier, from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
cubeDimensionId As String _
)
'Utilizzo
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
)
Parametri
- cubeDimensionId
Tipo: System.String
The identifier of the AggregationDesignDimension to be removed.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | cubeDimensionID is not contained by the collection. |