Méthode Remove (AggregationAttribute, Boolean)
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As AggregationAttribute, _
cleanUp As Boolean _
)
'Utilisation
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
AggregationAttribute item,
bool cleanUp
)
public:
void Remove(
AggregationAttribute^ item,
bool cleanUp
)
member Remove :
item:AggregationAttribute *
cleanUp:bool -> unit
public function Remove(
item : AggregationAttribute,
cleanUp : boolean
)
Paramètres
- cleanUp
Type : System. . :: . .Boolean