Condividi tramite


Metodo AggregationDesignAttributeCollection.Remove (AggregationDesignAttribute, Boolean)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Removes the specified AggregationDesignAttribute from the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    item As AggregationDesignAttribute, _
    cleanUp As Boolean _
)
'Utilizzo
Dim instance As AggregationDesignAttributeCollection 
Dim item As AggregationDesignAttribute 
Dim cleanUp As Boolean

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

Parametri

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

Vedere anche

Riferimento

AggregationDesignAttributeCollection Classe

Overload Remove

Spazio dei nomi Microsoft.AnalysisServices