Partager via


Méthode AggregationDesignDimensionCollection.Remove (AggregationDesignDimension, Boolean)

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Removes the specified AggregationDesignDimension from the collection.

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

Syntaxe

'Déclaration
Public Sub Remove ( _
    item As AggregationDesignDimension, _
    cleanUp As Boolean _
)
'Utilisation
Dim instance As AggregationDesignDimensionCollection 
Dim item As AggregationDesignDimension 
Dim cleanUp As Boolean

instance.Remove(item, cleanUp)
public void Remove(
    AggregationDesignDimension item,
    bool cleanUp
)
public:
void Remove(
    AggregationDesignDimension^ item, 
    bool cleanUp
)
member Remove : 
        item:AggregationDesignDimension * 
        cleanUp:bool -> unit
public function Remove(
    item : AggregationDesignDimension, 
    cleanUp : boolean
)

Paramètres

  • cleanUp
    Type : System.Boolean
    true to use cleanup process; otherwise, false. 

Voir aussi

Référence

AggregationDesignDimensionCollection Classe

Surcharge Remove

Espace de noms Microsoft.AnalysisServices