Metodo AggregationDesignAttributeCollection.Remove (AggregationDesignAttribute)

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 _
)
'Utilizzo
Dim instance As AggregationDesignAttributeCollection 
Dim item As AggregationDesignAttribute

instance.Remove(item)
public void Remove(
    AggregationDesignAttribute item
)
public:
void Remove(
    AggregationDesignAttribute^ item
)
member Remove : 
        item:AggregationDesignAttribute -> unit
public function Remove(
    item : AggregationDesignAttribute
)

Parametri

Eccezioni

Eccezione Condizione
ItemNotFoundException

item is not contained by the collection.

Vedere anche

Riferimento

AggregationDesignAttributeCollection Classe

Overload Remove

Spazio dei nomi Microsoft.AnalysisServices