Méthode AggregationCollection.Remove (Aggregation, 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 Aggregation from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As Aggregation, _
cleanUp As Boolean _
)
'Utilisation
Dim instance As AggregationCollection
Dim item As Aggregation
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
Aggregation item,
bool cleanUp
)
public:
void Remove(
Aggregation^ item,
bool cleanUp
)
member Remove :
item:Aggregation *
cleanUp:bool -> unit
public function Remove(
item : Aggregation,
cleanUp : boolean
)
Paramètres
- item
Type : Microsoft.AnalysisServices.Aggregation
The Aggregation to be removed.
- cleanUp
Type : System.Boolean
The clean up object.