Partager via


Méthode Remove (String)

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    cubeDimensionId As String _
)
'Utilisation
Dim instance As AggregationDimensionCollection
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
)

Paramètres

Exceptions

Exception Condition
ItemNotFoundException

cubeDimensionID is not contained by the collection.