Compartir a través de


AggregationAttributeCollection.Remove Método (String)

Removes the AggregationAttribute with the specified attribute identifier from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    attributeId As String _
)
'Uso
Dim instance As AggregationAttributeCollection 
Dim attributeId As String

instance.Remove(attributeId)
public void Remove(
    string attributeId
)
public:
void Remove(
    String^ attributeId
)
member Remove : 
        attributeId:string -> unit
public function Remove(
    attributeId : String
)

Parámetros

Excepciones

Excepción Condición
ItemNotFoundException

attributeID is not contained by the collection.

Vea también

Referencia

AggregationAttributeCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.AnalysisServices