Condividi tramite


Metodo Remove (String)

Removes the CubeAttribute, with the specified identifier, from the collection.

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

Sintassi

'Dichiarazione
Public Sub Remove ( _
    attributeId As String _
)
'Utilizzo
Dim instance As CubeAttributeCollection
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
)

Parametri

Eccezioni

Eccezione Condizione
ItemNotFoundException

attributeID is not contained by the collection.